{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}

Manage Skill Plans

Doctrine-level overview and initialization status.

Doctrines
{{ doctrines|length }}
Workflow
Initialize missing plans, then sync doctrine after updates.
Doctrines
{{ doctrines|length }} total
{% for d in doctrines %} {% empty %} {% endfor %}
Name Default mastery Coverage Status Actions
{{ d.name }}
{{ d.name }}
{{ d.total }} fitting{{ d.total|pluralize }}
{% if d.default_mastery_label %} {{ d.default_mastery_label }} {% else %} Not set {% endif %}
{{ d.configured }}/{{ d.total }} configured
{% if d.total %}
{% endif %}
{% if d.initialized %} Initialized {% else %} Not initialized {% endif %}
Open {% if not d.initialized %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
No doctrines found.
{% endblock %}