{% extends "common/base.html" %} {% load common_tags %} {% load crispy_forms_tags %} {% load static %} {% block title %} Project Review List {% endblock %} {% block content %}
Project Title | Date Review Submitted | PI | {% if settings.GRANT_ENABLE %}Grants Last Updated | {% endif %} {% if settings.PUBLICATION_ENABLE %}Publications Last Updated | {% endif %}Reason for not Updating Project | Project Review Actions |
---|---|---|---|---|---|---|
{{project_review.project.title|truncatechars:50}} | {{ project_review.created|date:"M. d, Y" }} | {{project_review.project.pi.first_name}} {{project_review.project.pi.last_name}} ({{project_review.project.pi.username}}) | {% if settings.GRANT_ENABLE %}{{ project_review.project.latest_grant.modified|date:"M. d, Y"|default:"No grants" }} | {% endif %} {% if settings.PUBLICATION_ENABLE %}{{ project_review.project.latest_publication.created|date:"M. d, Y"|default:"No publications" }} | {% endif %}{{ project_review.reason_for_not_updating_project}} | Mark Complete Email |