{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load common_tags %} {% load static %} {% block title %} Allocation Review New and Pending Requests {% endblock %} {% block content %}
# | Date Requested/ Last Modified |
Project Title | PI | Resource | {% if PROJECT_ENABLE_PROJECT_REVIEW %}Project Review Status | {% endif %}Status | Allocation Actions |
---|---|---|---|---|---|---|---|
{{allocation.pk}} | {{ allocation.modified|date:"M. d, Y" }} | {{allocation.project.title|truncatechars:50}} | {{allocation.project.pi.first_name}} {{allocation.project.pi.last_name}} ({{allocation.project.pi.username}}) | {{allocation.get_parent_resource}} | {% if PROJECT_ENABLE_PROJECT_REVIEW %}{{allocation.project|convert_status_to_icon}} | {% endif %}{{allocation.status}} | Activate Deny |