{% extends "funds/applicationsubmission_detail.html" %} {% load static workflow_tags review_tags determination_tags %} {% block extra_css %} {{ reviewer_form.media.css }} {% endblock %} {% block mobile_actions %} Actions to take
{% endblock %} {% block sidebar_top %} {% include "funds/includes/screening_form.html" %} {% include "funds/includes/progress_form.html" %} {% include "funds/includes/update_lead_form.html" %} {% include "funds/includes/update_reviewer_form.html" %} {% include "funds/includes/update_partner_form.html" %} {% if PROJECTS_ENABLED %} {% include "funds/includes/create_project_form.html" %} {% endif %} {% include "funds/includes/update_meta_terms_form.html" %} {% endblock %} {% block flags %} {% include 'flags/flags.html' with submission=object user=request.user %} {% endblock %} {% block reviews %} {% endblock %} {% block screening_status %} {% include 'funds/includes/screening_status_block.html' %} {% endblock %} {% block meta_terms %} {% include 'funds/includes/meta_terms_block.html' %} {% endblock %} {% block determination %} {% include 'determinations/includes/determination_block.html' with submission=object %} {% endblock %} {% block extra_js %} {{ reviewer_form.media.js }} {{ comment_form.media.js }} {{ partner_form.media.js }} {{ block.super }} {% endblock %}