{% load i18n static %}
{% if user_saml_identifiers %}

{% blocktrans %}This account is linked to your eID card.{% endblocktrans %}

{% else %}

{% blocktrans %} You may want to link your existing account to your eID. In order to do so, you will either need your eID card and its card reader or your list of personal tokens. {% endblocktrans %}

{% trans "Link my account to my eID card" %}

{% endif %}