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

Edit {{ label }}

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