{% extends "ausleihe/base.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock css %} {% block content %}
{% crispy form %} {% if saved_skill %} {% endif %}
{% endblock content %}