{% extends 'skillfarm/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load sri %} {% block title %}{{ page_title }} - {{ block.super }}{% endblock title %} {% block page_topic %}

{{ page_title }}

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

{% translate "Active Characters" %}

{% trans "Data will only update on change trought the client" %}

{% translate "Extraction Ready:" %}

{% include 'skillfarm/partials/table/active-character.html' %}

{% translate "Inactive Characters" %}

{% include 'skillfarm/partials/table/inactive-character.html' %}
{% include 'skillfarm/partials/modals/accept-switch-notification.html' %} {% include 'skillfarm/partials/modals/accept-delete-character.html' %} {% include 'skillfarm/partials/modals/accept-mark-as-read.html' %} {% include 'skillfarm/partials/modals/view-skillqueue.html' %} {% include 'skillfarm/partials/modals/edit-skillsetup.html' %} {% endblock %} {% block extra_css %} {% include 'skillfarm/bundles/datatables-2-css.html' with extColumnControl=True %} {% include 'skillfarm/bundles/aa-skillfarm-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'skillfarm/bundles/aa-skillfarm-js.html' %} {% include 'skillfarm/bundles/datatables-2-js.html' with extColumnControl=True %} {% include 'skillfarm/bundles/view-skillfarm-js.html' %} {% endblock %}