{% extends 'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}detail-page{% endblock %} {% block buttons %} {% if button %} {{ button.text }} {% endif %} {% endblock %} {% block content %} {{ form.media }}
{% endblock %} {% block script %} {# jquery ui date time picker #} {% if not is_mobile_device %} {% include 'fiber/header.html' %} {% include 'fiber/ckeditor_js.html' %} {% endif %} {% block ckeditor %} {% endblock %} {% endblock %}