{% extends "base.html" %} {% block content %}

{{ skill.name }}

{{ skill.numeric_notation }}

Informations

Notation : {{ skill.numeric_notation }}
Difficulty : {{ skill.difficulty }}
Level : {{ skill.level }}
Rank : {{ skill.level }}

{% if skill.ancestor.all %}

Ancestor

{% endif %}
{% endblock %} {% block footerscript %} {% endblock %}