{% extends 'base.html' %} {% load static %} {% load widget_tweaks %} {% load i18n %} {% block body %}

{% trans "Update" %} {{ object }}

{% csrf_token %}
{% for field in form %} {% include 'component/input.html' with lg=3 input=field %} {% endfor %}
{% endblock %} {% block script %} {% endblock %}