{% extends "admin-layout.html" %} {% block title %}Create {{ label }} - {% endblock %} {% block content %}

Create {{ label }}

{% for error in errors %} {% endfor %}
{% if folders %}
{% endif %}
{% if folders %}
{% endif %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}