{% extends "base.html" %} {% block content %} {% if sub_objects %} {% for obj in sub_objects %} {% endfor %}

{{ obj.content_object.title }}

{{ obj.content_object.description }}

{% endif %} {% endblock %}