{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %} Allocation Detail {% endblock %} {% block content %} {% if allocation.project.status.name == 'Archived' %}
Attribute | Value |
---|---|
{{attribute}} | {{attribute.value}} |
{{attribute}} | {{attribute.value}} |
Date Requested | Status | Notes | Actions | |||
---|---|---|---|---|---|---|
{{ change_request.created|date:"M. d, Y" }} | {% if change_request.status.name == 'Approved' %}{{ change_request.status.name }} | {% elif change_request.status.name == 'Denied' %}{{ change_request.status.name }} | {% else %}{{ change_request.status.name }} | {% endif %} {% if change_request.notes %}{{change_request.notes}} | {% else %}{% endif %} | Edit |
Username | Name | Status | Last Modified | |||
---|---|---|---|---|---|---|
{{ user.user.username }} | {{ user.user.first_name }} {{ user.user.last_name }} | {{ user.user.email }} | {% if user.status.name == 'Active' %}{{ user.status.name }} | {% elif user.status.name == 'Denied' or user.status.name == 'Error' %}{{ user.status.name }} | {% else %}{{ user.status.name }} | {% endif %}{{ user.modified|date:"M. d, Y" }} |
Note | Administrator | Last Modified |
---|---|---|
{{ note.note }} | {{ note.author.first_name }} {{ note.author.last_name }} | {{ note.modified }} |