{% extends theme('base.html') %} {% block content %}
{% if user != edited_user %} {% trans user_name=(edited_user.formatted_name or edited_user.identifier) %} Are you sure you want to lock the account of {{ user_name }} ? The user won't be able to login until their account is unlocked. {% endtrans %} {% else %} {% trans %} Are you sure you want to lock your account? You won't be able to login until your account is unlocked. {% endtrans %} {% endif %}