{% extends 'fittings/base.html' %} {% load i18n %} {% load humanize %} {% load filters %} {% block page_title %}{% trans "Dashboard" %}{% endblock %} {% block fittings_block %} {% if msg %} {% endif %}

Doctrine List

Doctrines
{% if not docs %} {% else %} {% for doc in docs %} {% endfor %} {% endif %}
Name Categories Description Ships
No Doctrines Found
{{ doc.name }} {% for cat in doc.category.all %} {{cat.name}} {% endfor %} {{ doc.description }} {% for fitting in doc_dict|get_item:doc.pk %} {% endfor %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% endblock %} {% block extra_script %} $(document).ready(function(){ $('#docTable').DataTable(); $('[data-toggle="tooltip"]').tooltip(); }) {% endblock %}