{% block title %}{% endblock %} |
{% block rightcol %}
{% block title_buttons %}{% endblock %} | {% endblock rightcol %}
{% load i18n %} {% load telemeta_tags %} {% load bootstrap3 %} {% settings_value 'INSTALLED_APPS' as INSTALLED_APPS %} {% settings_value 'DEBUG' as DEBUG %} {% if 'googletools' in INSTALLED_APPS %} {% load googletools %} {% endif %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{% block analytics %} {% if 'googletools' in INSTALLED_APPS %} {% site_verification_code %} {% analytics_code %} {% endif %} {% endblock analytics %}
{% trans "Welcome" %},
{% if user.first_name or user.last_name %}
{{ user.first_name }} {{ user.last_name }} |
{% else %}
{{ user.username }}
{% endif %}
{% trans "Help" %} |
{% trans "Sign out" %}
{% else %}
{% trans "Help" %} |
{% trans "Sign in" %}
{% endif %}
{% block title %}{% endblock %} |
{% block rightcol %}
{% block title_buttons %}{% endblock %} | {% endblock rightcol %}