{% extends 'skillfarm/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block page_topic %}

{{ page_title }}

{% endblock page_topic %} {% block skillfarm_block %}

{% translate "Skillfarm" %}

{% trans "Data will only update on change trought the client" %}
{% include 'skillfarm/partials/table/skillfarm.html' %}

{% translate "Inactive Characters" %}

{% include 'skillfarm/partials/table/inactive.html' %}
{% include 'skillfarm/partials/modals/skillfarm-confirm.html' %} {% include 'skillfarm/partials/modals/skillfarm-skillset.html' %} {% include 'skillfarm/partials/modals/modal.html' with name="ViewSkill" %} {% endblock %} {% block extra_javascript %} {% include 'skillfarm/bundles/modal-bundle.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% include 'skillfarm/bundles/settings-bundle.html' %} {% include 'skillfarm/bundles/skillfarm-bundle.html' %} {% endblock %}