{% extends "forms.html" %} {% load forms %} {% load applications %} {% block title %}Introduction{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

1. Application Introduction

{% if application.applicant.get_short_name %}

Hi {{ application.applicant.get_short_name }},

{% endif %}

You have opened an application to access the following {{ org_name }} software:

Software: {{ application.software_license.software }}
Version: {{ application.software_license.version }}
License: {{ application.software_license.text|linebreaks }}

An application at {{ org_name }} requires completing the following steps:

{% application_state application %}

In submitting this application, you have agreed to the license terms and conditions. If you do not agree with these conditions, click cancel (below) and cancel this application immediately.

You may return to this application at any time to check on its status. Please save the following URL for future use.

{{ link }}

{% if is_secret %}

This URL must remain secret, do not give it to anybody else. Please make sure nobody is already logged into Karaage from your computer before using it.

{% else %}

If you are not already logged in you will be required to log in before using this link.

{% endif %}

Thank you

{% csrf_token %} {% application_actions %}
{% endblock %}