{% extends 'fleet/base.html' %} {% load crispy_forms_tags %} {% block page_title %}Issues{% endblock %} {% block base_content %}
{% if user_profile_page %} {% include "fleet/userprofile-navbar.html" %} {% endif %}

Issue list

{% crispy filter.form filter.form.helper %}
{% include 'fleet/issue-table.html' %}
{% include 'fleet/pagination.html' %}
{% endblock %} {% block additional_script %} {% endblock %}