{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load l10n %} {% load static %} {% load skill_render %} {% translate "Unable to determine the form action." as msg_unable_form_action %} {% translate "Unable to update the fitting skills." as msg_unable_update_skills %} {% translate "No recommended plan available to copy." as msg_no_plan_to_copy %} {% translate "Recommended plan copied to clipboard." as msg_plan_copied %} {% translate "Unable to copy plan to clipboard." as msg_copy_failed %} {% translate "Copied!" as msg_copied_short %} {% translate "Close" as close_label %} {% block details %}
{% include "mastery/partials/fitting_skills_editor.html" %}
{% endblock %}