{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Log in to link your certificate with an existing account" %} {% endblock %} {% block content %}

* {% trans "Log in to link your certificate with an existing account" %}

{% csrf_token %}

{% endblock %}