{% extends 'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}detail-page{% endblock %} {% block content %} {{ form.media }}
{% endblock %} {% block script %} {% if not is_mobile_device %} {% include 'fiber/header.html' %} {% include 'fiber/ckeditor_js.html' %} {% endif %} {% endblock %}