{% extends "dingos/grappelli/lists/base_lists_two_column.html" %} {# 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 %}
Info Object IO-Type Fact Term Value
{{enrich2fact.iobject.name}} {{enrich2fact.iobject.iobject_type.name}} {{ enrich2fact.fact.fact_term }} {{ enrich2fact.fact.fact_values.all|join:", " }}
{% endblock %}