{% extends 'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}detail-page{% endblock %} {% block content %}
{% csrf_token %} {% block form_buttons %} {% endblock %}
{% endblock %}