{% extends 'base_structure/layout/base_template.html' %} {% load static %} {% block stylesheet %} {% include "cdn_through_html/filepond_cdn_css.html" %} {% include "cdn_through_html/flatpicker_cdn_css.html" %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'base_structure/includes/dynamic_template_form.html' with form=form %}
{% endblock content %} {% block javascript %} {% include "cdn_through_html/filepond_cdn_js.html" %} {% include "cdn_through_html/flatpicker_cdn_js.html" %} {% endblock %}