{% extends "base.html" %} {% block page_title %} {{ label }} {% endblock %} {% block content %} {% for bug in bugs %} {% endfor %}
ID Summary Status Assigned To
{{ bug.id.user() }} {{ bug.summary|e|truncate(70) }} {{ bug.status }} {{ bug.assigned|striptags }}
{% endblock %}