{% extends 'madc/base.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% block page_title %} {{ title }} ⋗ {% translate "Doctrine Checker" %} {% endblock %} {% block page_topic %}

{{ title }}

{% endblock page_topic %} {% block view_block %}

{% translate "Doctrine Checker" %}

{% include 'madc/partials/table/skill-checker.html' %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-css-bs5.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% include "bundles/filterdropdown-js.html" %} {% include 'bundles/clipboard-js.html' %} {% include 'madc/bundles/settings-bundles.html' %} {% include 'madc/bundles/skill-checker-bundles.html' %} {% include 'madc/partials/modals/modal.html' with name="ViewMissing" %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}