{% trans %}Basic information{% endtrans %} {% trans username=user.username %}Username: {{ username }}{% endtrans %} {% trans %}Change password{% endtrans %}
{% trans %}Profile{% endtrans %} {% trans %}Email address{% endtrans %} {% trans %}Show email on my profile{% endtrans %} {% trans %}Friendly name{% endtrans %} {% trans %}Link to your website{% endtrans %} {% trans %}Company or school{% endtrans %} {% trans %}Link to the company's website{% endtrans %} {% trans %}Location{% endtrans %} {% trans %}Bio{% endtrans %} {% if user.bio %}{{ user.bio }}{% endif %} {% trans %}Update profile{% endtrans %}
{% trans %}Preferences{% endtrans %} {% trans username=user.username %}You can change themes by going to your configuration repository and pushing a CSS file called theme.css.{% endtrans %} {% trans %}Default number of items to show in paginated lists{% endtrans %} {% trans %}Maximum nesting level for forum replies{% endtrans %} {% trans %}Update preferences{% endtrans %}