{% extends 'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}detail-page{% endblock %} {% block content %}
{{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %}