{% extends "base.html" %} {% block header %} Doctrines {% endblock %} {% block description %} List Doctrines {% endblock %} {% block content %}
{% for doctrine in doctrines %} {% endfor %}
Name Category Ships Actions

{{doctrine.name}}

{{doctrine.category}}

{% for fitting in doctrine.fittings.all %} {% endfor %} View Doctrine
{% endblock %} {% block scripts %} {% endblock %}