{% load i18n %}
{% if request.ssl_info and request.ssl_info.users %}
{% trans "You are authenticated with certificate of users :" %}
{% endif %} {% if request.ssl_info and request.ssl_info.collectivity %}

{% blocktrans with collectivity=request.ssl_info.collectivity %}You are authenticated with certificate of collectivity {{collectivity}}. It has been pre-selected for you.{% endblocktrans %}

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