{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load evelinks %} {% load l10n %} {% translate "Copied!" as copied_label %} {% block details %}
| {% translate "Character" %} | {% translate "Required" %} | {% translate "Recommended" %} | {% translate "Gap" %} | {% translate "Details" %} |
|---|---|---|---|---|
|
|
{{ row.progress.required_pct }}%
|
{{ row.progress.recommended_pct }}%
|
{{ row.progress.status_label }} {{ row.progress.missing_recommended_count }} skill{{ row.progress.missing_recommended_count|pluralize }} {% if row.progress.total_missing_sp %} · {{ row.progress.total_missing_sp|intcomma }} SP {% endif %} |
{% if row.is_selected %} {% translate "Selected" %} {% else %} {% translate "Select" %} {% endif %} |
| {% translate "No characters match the current filter." %} | ||||