{% extends "generic/generic_content.html" %} {% load generic %} {% if object %} {% block title %} {{ object }} {% endblock title %} {% block col %} {% include "generic/partials/object_card.html" %} {% endblock col %} {% endif %}