{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Index" %} {% endblock %} {% block maincontent %}

{% trans "Other..." %}

{% trans "Change the informations related to your account: name, password, and so on." %}

{% trans "Click here" %} »
 
{% trans "Manage your contacts, add/remove friends, change already existent entries." %}

{% trans "Click here" %} »
 
{% trans "Do you want to send a message to someone? Compose your message and send it." %}

{% trans "Click here" %} »

{% trans "Mailboxes and Messages" %}



{% trans "Go now!" %}
 
{% endblock %}