{% extends "base.html" %} {% load simple_viewset_tags %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% if parent %} Add {% else %} Add {% endif %}

{% for object in object_list %} {{ object }} {% endfor %}
{% endblock content %}