{% extends "dlux/form_base.html" %} {% load dlux_tags %} {% block title %}{{ page_title }}{% endblock %} {% block form_content %}
{{ DLUX_STRINGS.preview_sample_modal_hint|default:"The form below opens in the same dialog every record form uses." }}
{% endblock %} {% block scripts %} {{ block.super }} {{ modal_content_url|json_script:"dlux-preview-modal-url" }} {{ modal_title|json_script:"dlux-preview-modal-title" }} {% endblock %}