{% block head %}
{% block title %} {% if title %}{{ title }}{% endif %} {% endblock title %} - {{ header_name }}
{% endblock head %} {% block script %} {% endblock script %} {% if username %}
{% trans %}Repositories{% endtrans %}
{% trans %}Dashboard{% endtrans %}
{% if is_admin %}
{% trans %}Admin area{% endtrans %}
{% endif %}
{{ username }}
{% trans %}Signed in as{% endtrans %} {{ username }}
{% trans %}Edit profile{% endtrans %}
{% trans %}Notifications{% endtrans %}
{# Logout button #}
{% trans %}Logout{% endtrans %}
{% endif %} {% block body %} {% endblock body %}