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

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

{% blocktrans %} You may want to unlink your account, although you will not be able to connect to your account using your eID card (without re-doing the linking procedure). {% endblocktrans %}

{% trans "Unlink my account" %}

{% else %}

{% blocktrans %} You may want to link your existing Publik 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 %}