{% extends "application/base_application.html" %} {% block title %}{{ block.super }} - {%trans "Import applications" %} {% endblock %} {% block content %}

{%trans "Import applications" %}

{% trans 'Select a CSV file to import applications!' %}

{% trans '(Required comma separated values: number, title, text, reason, first_name, last_name - number and reason are optional and may be empty)' %}

{% csrf_token %} {{ form.as_p }}

{% endblock %}