{% extends "generic/generic_content.html" %} {% load generic %} {% block title %} {{ object }} {% endblock title %} {% if object %} {% block col %} {% template_list object "_card.html" as template_list %} {% include template_list %} {% endblock col %} {% endif %}