{% block head %}
{% block title %} {% if title %}{{ title }}{% endif %} {% endblock title %} - {{ header_name }}
{% endblock head %}
{% trans %}Toggle navigation{% endtrans %}
{% if header_logo %}
{% else %}
{% endif %} {{ header_name }}
{% if username %}
{% trans %}Repositories{% endtrans %}
{% trans %}Status{% endtrans %}
{% if is_admin %}
{% trans %}Admin area{% endtrans %}
{% endif %}
{{ username }}
{% trans %}Signed in as {{ username }}{% endtrans %}
Profile
Notifications
{% trans %}Logout{% endtrans %}
{% endif %}
{% if lang and lang[0:2] in ["fr", "ru"] %} {% endif %} {% block body %} {% endblock %}