{% if new %} {% set action = '?/users/new' %} {% else %} {% set action = '?/users/' ~ user.id %} {% endif %}
{% if new %} {% endif %} {% if mod|hasPermission(config.mod.editusers) %} {% endif %}
{% trans 'Username' %}
{% if not mod|hasPermission(config.mod.editusers) %}({% trans 'warning: changing your username
will log you out and change all occurrences
of your old username to the new one in
your board\'s logs' %}){% endif %}
{% if new or mod|hasPermission(config.mod.edit_profile) %} {% else %} {{ user.username|e }} {% endif %}
{% trans 'Password' %}{% if not new %} ({% trans 'new; optional' %}){% endif %} {% if new or (mod|hasPermission(config.mod.editusers) or (mod|hasPermission(config.mod.edit_profile) and user.id == mod.id)) %} {% else %} - {% endif %}
{% trans 'Email' %}
({% trans 'if you forget your board password
email admin@8chan.co from this
address to request a reset; optional' %})
{% if new or (mod|hasPermission(config.mod.editusers) or (mod|hasPermission(config.mod.edit_profile) and user.id == mod.id)) %} {% else %} - {% endif %}
{% trans 'Group' %}
    {% for group_value, group_name in config.mod.groups if group_name != 'Disabled' %}
  • {% endfor %}
{% trans 'Boards' %}
  • {% for board in boards %}
  • {% endfor %}
{% if logs|count > 0 %} {% for log in logs %} {% endfor %}
{% trans 'IP address' %} {% trans 'Time' %} {% trans 'Board' %} {% trans 'Action' %}
{{ log.ip }} {{ log.time|ago }} {% if log.board %} {{ config.board_abbreviation|sprintf(log.board) }} {% else %} - {% endif %} {{ log.text }}

{% trans 'View more logs for this user.' %}

{% endif %}