{% load i18n %} {% load sri %} {% sri_static "madc/css/progress.css" %}
{% translate "Character Base Skill Checks" %}
{% translate "Basic skills required to sit in the hull and fit the modules." %} {% translate "Extra skills will be required to use this fitting properly in fleets" %}.
{% for c, d in skills.chars.items %}

{{ c }}

{% endfor %}
{% translate "Base Skills Required" %}
{% translate "Basic skills required to sit in the hull and fit the modules." %} {% translate "Extra skills will be required to use this fitting properly in fleets" %}.
{% for skill in skills.skills %}

{{ skill.name }}  {{ skill.level | floatformat:"-10" }}

{% endfor %}