{% extends 'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}pledge-edit{% endblock %} {% block content %} {{ form.media }} {% if not status %}

{% endif %}
Pledge {% csrf_token %}
{% endblock %} {% block script %} {% if not status %} {% endif %} {% endblock %}