{% extends "releasenotes/base.html" %} {% load i18n %} {% load noris_extra %} {% block focus %}id_ticket{% endblock %} {% block content %}

{% trans "Suche" %}

{% trans "Suchkriterien" %} {{ form.ticket|with_label:_("Ticket-Nr.") }} {{ form.current_only|with_label:_("Nur aktuelle Hinweise") }}

{% trans "Ergebnisse" %}

{% include "releasenotes/part_releasenote_index.html" %} {% endblock %}