{% extends 'base_assets.html' %} {% load widget_tweaks %} {% load button from filters %} {% load cache %} {% block content %} {% if create %}
{% elif edit %} {% endif %} {% include 'form_errors.html' %} {% csrf_token %}
{% for field in form %}
{% include 'partials/form_field.html' with field=field %}
{% endfor %}
{% button 'submit' %}
{% endblock %}