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

{% if skill_id %}Edit{% else %}Add{% endif %} Skill informations

{% csrf_token %}
{{ form.informations }}
{% endblock %}