{% extends "base.html" %} {% load i18n %} {% block icon %}bug{% endblock %} {% block content %} {% include "svmain/pagination.inc.html" %}
{% trans "Search" %}:
{% if object_list %} {% for object in object_list %} {% endfor %}
{% trans "Id" %}{% trans "Summary" %}
{{ object.get_public_id }} {{ object.get_summary }}
{% else %}

{% trans "No items." %}

{% endif %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}