{% load i18n static %}
{% trans 'Dashboard' %} | {% block title %}{% endblock %}
{% block extra_css %} {% endblock %}
A
LT
{% trans 'Admin' %}
{% trans 'Dashboard' %}
{% firstof request.user.get_full_name request.user.email %}
{% firstof request.user.get_full_name request.user.email %}
{% trans 'Sign out' %}
{% block content %}{% endblock %}
{% block extra_js %} {% endblock %}