{% extends 'layout_dtpop_forms.html' %} {% load static %} {% load crispy_forms_tags %} {% block body_top_scriptload %} {{ block.super }} {% endblock body_top_scriptload %} {% block content %} {% crispy form %} {% include "support/alert.html" %} {% include "informant_reports/view_details_modal.html" %} {% endblock content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}