{% import 'macros/form.html' as form %}
{{ h.csrf_input() }} {% block base_fields %}
{{ form.input('name', label='Name', is_required=True, value=data.name, error=errors.name) }}
{% endblock base_fields %} {% block form_actions %} {% endblock form_actions %}
{% if created %} {% endif %}