{% load i18n %}
{% blocktrans with nameid=nameid %}Could not authenticate user "{{ nameid }}".{% endblocktrans %}
{% blocktrans with user=user %}Expected verification credentials for "{{ user }}".{% endblocktrans %}