{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %} Review Allocation EULA {% endblock %} {% block content %} {% if allocation.project.status.name == 'Archived' %} {% endif %} {% if form.non_field_errors %} {% endif %} {% if eulas %}

EULA Agreements

Resource EULA
{{res_obj}}
{{eulas}}
{% if allocation_user_status %} {% if allocation_user_status == 'PendingEULA' %}
{% csrf_token %}

In order to access this allocation you must agree to the EULA

{% elif allocation_user_status == 'DeclinedEULA' %}

You declined the EULA for this allocation on {{last_updated}}

{% elif allocation_user_status == 'Active' %}

You accepted the EULA for this allocation on {{last_updated}}

{% endif %} {% endif %}
{% endif %} {% endblock %}