{% extends "base.html" %} {% load i18n %} {% block icon %}bug{% endblock %} {% block content %} {% include "svmain/pagination.inc.html" %}
{% if object_list %}{% trans "Id" %} | {% trans "Summary" %} |
---|---|
{{ object.get_public_id }} | {{ object.get_summary }} |
{% trans "No items." %}
{% endif %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}