{% include 'components/reading-style.html' %} {% from 'components/record-references.html' import record_references with context %} {% from 'macros.html' import evidence_link with context %} {% if data.skill %}
← {{ t.back_methods }}
{{ t.skill_reading }} · {{ data.title }} · {{ t.revision }} {{ data.skill.revision }}

{{ data.skill.name }}

{{ data.skill.description }}

{{ t.skill_instructions }}

{{ data.skill.instructions or t.skill_body_unavailable }}

{% if data.skill.validation %}

{{ t.validation }}

    {% for check in data.skill.validation %}
  • {{ check }}
  • {% endfor %}
{% endif %} {% call record_references(data.skill, 'skill') %} {% include 'components/record-sources.html' %} {% endcall %}
{% include 'components/evidence-modal.html' %} {% else %}

{{ t.methods_empty }}

{{ t.methods_empty_body }}

{% endif %}