{% extends "_app_base.html" %} {% block title %}{{ project.name }} — Issue Tracker{% endblock %} {% block content %}
{{ project.description }}
{% endif %}| Title | Status | Priority | Updated |
|---|---|---|---|
| {{ issue.title }} | {{ issue.status.label() }} | {{ issue.priority.label() }} | {{ issue.updated_at.format("%Y-%m-%d %H:%M") }} |
| No issues yet. | |||