{% extends "users/settings_base.html" %} {% block title %} {{ _("Moderator Tools") }} {% endblock %} {% block pane %}
{{ _("Has password") }}
{% else %}{{ _("Doesn't have password") }}
{% endif %} {% if not user.rank.at_least(current_user.rank) %}Banned by {{ user.ban.banned_by.display_name }} at {{ user.ban.created_at | full_datetime }} {% if user.ban.expires_at %} until {{ user.ban.expires_at | date }} {% endif %}
{{ user.ban.message }}{% else %} {% endif %}