{% load i18n %}
{% 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 s in skills.skills %}

{{ s.n }}  {{ s.l | floatformat:"-10" }}

{% endfor %}