{% extends "common/base.html" %} {% load common_tags %} {% load static %} {% block content %}
| Project | Resource | Status | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{allocation.project.title}} | {{allocation.get_parent_resource}}
{% if allocation.get_parent_resource.get_ondemand_status == 'Yes' and ondemand_url %}
{% load static %} |
{% if allocation.status.name == "Expired" and allocation.expires_in < 0 %}
{% elif allocation.status.name == "Renewal Requested" %} | {% elif allocation.expires_in >= 0 and allocation.expires_in <= 30 %} | {% elif allocation.expires_in > 30 and allocation.expires_in <= 90 %} | {% elif allocation.status.name == "Pending" %} | {% elif allocation.status.name == "Active" %} {% if user_status|get_value_by_index:forloop.counter0 == 'PendingEULA' %} | {% else %} | {% endif %} {% else %} | {% endif %} |