{% block extra_head %}{% endblock %}
Issue Capture
Home
Issues
{% if user.is_authenticated %} {% if user.is_staff or user.is_superuser %}
Admin
{% endif %}
{{ user.username }}
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %} {% include "django_issue_capture/_issue_button.html" %}