{% extends "base.html" %} {% block title %}{{ event.title }}{% endblock %} {% block headers %} {% if event.parent %}

{{ event.parent.title }}

{% endif %}

{{ event.title }}

Registration

{% endblock %} {% block content %}

Please fill in the following form to request participation to the event.

{% if event.grant_application_enabled %}

Financial support is available, tick the corresponding checkbox to apply for a grant.

{% endif %} {% if user and user.person %}

Since you are a {{ settings.SITE_NAME }} user ({{ user.username }}), the form has been pre-filled with your personal data, for your convenience.

{% else %}

If you have an account on the {{ settings.SITE_NAME }}{{settings.PREPRINT }} server, you might want to login to simplify the registration process.

{% endif %}
{{ form.non_field_errors() }} {{ form.as_table() }}
{% endblock %}