{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}Preview Review Form{% endblock title %} {% block title-section %}Preview Review Form{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Review Forms
  • {{ form.name }}
  • Preview
  • {% endblock %} {% block body %}

    {{ form.name }}

    {% include "elements/generate_form.html" with form=generated_form %}

    Additionally, these form elements will be rendered for the reviewer to make a decision:

    Decision Form

    {{ decision_form|foundation }}
    {% endblock body %}