{% extends 'base.html' %} {% load i18n %} {% block content %} {% if certificate %} {% if certificate_user %}

{% translate "Welcome back" %}

{% include "snippets/certificate_information.html" %}

{% csrf_token %}

{% else %}

{% translate "Registration" %}

{% blocktranslate trimmed %} You are not registered. Please check your certificate information and confirm the registration. {% endblocktranslate %}

{% include "snippets/certificate_information.html" %}

{% blocktranslate trimmed %} Register with this certificate? {% endblocktranslate %}

{% csrf_token %} {% translate "Cancel" %}

{% endif %} {% else %}

{% translate "You must present a client certificate to use CATS." %}

{% endif %} {% endblock %}