{% extends "generic/generic_content.html" %} {% load generic %} {% block title %} {{ object }} {% endblock title %} {% if object %} {% block content %}
{% model_mro_templates object prefix="partials/" suffix="_card.html" as template_list %} {% include template_list %}
{% endblock content %} {% endif %}