{% 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 %}
{% endblock %} {# Below, fill out the {% block objects %}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:", " }} |