{% extends 'settings/account/master.twig' %} {% set mode = 'Username' %} {% block description %}

Probably the biggest part of your identity on a site.

You can only change this once every 30 days so choose wisely.

{% endblock %} {% set eligible = user.getUsernameHistory ? (date().timestamp - user.getUsernameHistory()[0].change_time) > 2592000 : true %} {% block settingsContent %}

You are {% if not eligible %}not {% endif %}eligible for a name change.

{% if user.getUsernameHistory %}Your last name change was .{% else %}This is your first username change.{% endif %}

{% if eligible %}

Username

{% endif %}
{% endblock %}