{% extends "base.html" %} {% block content %} {% if view.list_unassigned_issues %}
Unassigned tickets
{% endif %}
Your tickets
{% if not view.list_my_issues %} No issues. Sit back and relax. {% else %} {% endif %}
{% if view.list_unclosed_issues %}
All unclosed tickets
{% endif %} {% endblock %}