{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% load common_tags %} {% block title %} Review Project {% endblock %} {% block content %}

Reviewing Project: {{project.title}}


{% settings_value 'CENTER_NAME' %} requires faculty to review their project information annually in order to renew their group’s accounts. The information provided by researchers is compiled and used to help make the case to the University for continued investment in {% settings_value 'CENTER_NAME' %}. Up-to-date and accurate information is crucial to our success. Questions? Contact us

Please update the following information:

  1. Verify your project description is accurate
  2. Add Publications
  3. Add Grants
  4. Verify the user accounts in your group and remove any that should no longer have access to {% settings_value 'CENTER_NAME' %} resources
Grants Last Updated: {{project.latest_grant.modified|date:"M. d, Y"|default:"No grants"}}
Publications Last Updated: {{project.latest_publication.created|date:"M. d, Y"|default:"No publications"}}
Users in project: {{project_users}}
{% csrf_token %} {{project_review_form|crispy}} Back to Project
{% endblock %}