{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% trans 'Activation confirmation' %} {% endblock %} {% block body %}
{% blocktrans trimmed with username=mtpuser.username %} Are you sure you want to activate the user "{{ username }}"? {% endblocktrans %}