{% extends 'base.html' %} {% block content %}
The following table displays the list of issues submitted by users.
ID | Type | Summary | Date Submitted | Status |
---|---|---|---|---|
{{ issue.id }} | {{ issue.type }} | {{ issue.summary }} | {{ issue.submit_date }} | {{ issue.status }} |