{% extends "admin/layout.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

← {{ resource.plural_label }}

{{ title }}

{% if error %}

{{ error }}

{% endif %}
{% for field in fields %}

{% endfor %}
{% endblock %}