{% extends "base.html" %} {% block header %} Doctrines {% endblock %} {% block description %} View Doctrines {% endblock %} {% block content %}

Doctrines

{% for doctrine in object_list %} {% endfor %}
Name Tags Actions

{{doctrine.name}}

{% for tag in doctrine.tags.all %} {{tag}} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}