{% extends 'core/base.html' %} {% load material_form i18n %} {% block page_title %} {% trans "Edit poster" %} {% endblock %} {% block browser_title %} {% trans "Edit poster" %} {% endblock %} {% block content %}
{% csrf_token %} {% form form=form %}{% endform %} {% include "core/partials/save_button.html" %}
{% endblock %}