{% extends "base/base.html"%} {% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% block content %}

{% trans "New analysis" %}

{% csrf_token %} {% if form.errors %} {% for field in form %} {% for error in field.errors %}
{{ error|escape }}
{% endfor %} {% endfor %} {% endif %}

{% trans "Free applications only. Works also with the application handle." %}

{% if upload_allowed %}

{% trans "I prefer to upload an application" %}

{% endif %}

Exodus Privacy {% trans "is a non-profit organization which provides this service for free." %}

{% trans "Help us!" %}
{% endblock %} {% block scripts %} {% endblock %}