{% block title %}{% endblock %} |
{% block title_buttons %}{% endblock %} |
{% load i18n %} {% load telemeta_utils %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %}
{% trans "Welcome" %},
{% if user.first_name and user.last_name %}
{{ user.first_name }} {{ user.last_name }} |
{% else %}
{{ user.username }} |
{% endif %}
{% trans "Profile" %} |
{% trans "Help" %} |
{% trans "Sign out" %}
{% else %}
{% trans "Help" %} |
{% trans "Sign in" %}
{% endif %}
{% block title %}{% endblock %} |
{% block title_buttons %}{% endblock %} |