{% extends "dingos/grappelli/lists/base_lists_two_column.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 %} {# Below, we fill out the form that queries the search parameters #} {% block list_title %} Fact Search {% endblock %} {% block search_options %}

Search Options

Submit Options

{% endblock %} {# Below, fill out the #} {% block objects %}
{% for enrich2fact in object_list %} {% endfor %}
{% render_table_ordering "iobject__iobject_type__name" "Info Object" %} {% render_table_ordering "iobject__iobject_type" "IO-Type" %} {% render_table_ordering "fact__fact_term__term" "Fact Term" %} {% render_table_ordering "fact__fact_values__value" "Value" %}
{{enrich2fact.iobject.name | insert_wbr }} {{enrich2fact.iobject.iobject_type.name}} {{ enrich2fact.fact.fact_term | insert_wbr}} {{ enrich2fact.fact.fact_values.all| join:", " | insert_wbr }}
{% endblock %}