{% extends "base.html" %} {% load i18n %} {% block content %}
{% blocktranslate with user_t=user %}Your user, {{ user_t }}, does not have access to this feature.{% endblocktranslate %}