{% extends "dingos/grappelli/base.html" %} {% comment %} Copyright (c) Siemens AG, 2013 This file is part of MANTIS. MANTIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or(at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. {% endcomment %} {% load dingos_tags %} {% block extrahead %} {% endblock %} {% block content %}

{% block tool_title %}Filter Parameters {% endblock %}

{% block list-tools %} {% if filter.form %}
{% for field in filter.form %} {% if not field.id_for_label == 'id_o' %} {% endif %} {% endfor %}
{{field.label_tag}} {{field.errors}} {{field}}
{% endif %} {% endblock %}
{% block frontmatter %}{% endblock frontmatter %}

{% block list_title %}Object List {% endblock %}

{% block in_list_tools %}{% endblock %} {% if is_paginated %} {% render_paginator %} {% endif %} {% block objects %}{% endblock %} {% if is_paginated %} {% render_paginator %} {% endif %}
{% block endmatter %}{% endblock endmatter %}
{% endblock %}