{% for M in meta_http %}
{% endfor %}{% for M in meta %}{% if M.1 %}
{% endif %}{% endfor %}
{{ title }}{% if subtitle %} | {{ subtitle }}{% endif %}
{% for C in css %}
{% endfor %}{% for S in scripts %} {% endfor %}
{{ title }}
{{ subtitle }}
{% block nav %}{% if tabs %}
{% for tab in tabs %}
{% if tab.url %}
{{ tab.name }}
{% else %}{{ tab.name }}{% endif %}
{% endfor %}
{% endif %}
{% if user.is_active and user.is_staff %}Welcome, {{ user.username }}
{% endif %} {% endblock %}
{% block messages %}{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}{% endblock %}
{% block content %} {% endblock %}