{% extends "base.html" %} {% block title %}Issues{% endblock %} {% block content %}
| Issue | Status | Priority | Reported By | Created |
|---|---|---|---|---|
|
#{{ issue.short_uuid }}
{% if issue.reported_url %}
{% endif %}
{{ issue.title|truncatechars:60 }}
|
{{ issue.get_status_display }} | {{ issue.get_priority_display }} | {{ issue.reported_by.get_full_name|default:issue.reported_by.username }} | {{ issue.created_at|date:"M j, Y" }} |
{% if status_filter %} No issues with status "{{ status_filter|title }}" found. {% else %} No issues have been reported yet. {% endif %}