{% extends "entities/entity.html" %} {% load django_tables2 %} {% load history %} {% load generic %} {% block navigation %} {% load core %} {% include "entities/partials/entity_base_nav.html" with object=object.instance %} {% endblock navigation %} {% block col-zero %}
{% template_list object prefix="partials/" suffix="_card_table.html" as template_list %}
{% include template_list %}
{% endblock col-zero %}