{% load i18n %} {% block title %}Summary{% endblock %} | Problem Tracker {% load dajaxice_templatetags %} {% dajaxice_js_import %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block extrahead %} {% endblock %}

Problem Tracker

{% if user.is_authenticated %} Logout {% else %} Login {% endif %}
{% if user.is_authenticated %} Welcome {{ user }}. {% endif %}
{% if messages %} {% endif %} {% if error_message %}
{{ error_message }}
{% endif %} {% if info_message %}
{{ info_message }}
{% endif %} {% block content %} {% endblock %}