{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Your applications" %}

{% blocktrans trimmed %} You can find on this page the list of the applications that you already registered. {% endblocktrans %}
{% if applications %} {% else %}

{% trans "No applications defined" %}. {% trans "Click here" %} {% trans "if you want to register a new one" %}.

{% endif %}
{% endblock content %}