{% extends "repo_master.html" %} {% block title %}Issues - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block repo %}
# | Title | Opened by (reset) | Opened on | Assigned to (reset) |
---|---|---|---|---|
#{{ issue.id }} | {{ issue.title | noJS }} | {{ issue.user.user | avatar(16) | safe }} {{ issue.user.user }} | {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }} | {% if issue.assignee %} {{ issue.assignee.user | avatar(16) | safe }} {{ issue.assignee.user }} {% else %} (unassigned) {% endif %} |
No issues found |