{% extends 'settings/master.twig' %} {% block settings_content %}
Account
{% if settings_perms.edit_profile or not settings_disable_account_options %} {% endif %}
{% if settings_perms.edit_avatar %}
Avatar
  • Guidelines
  • Keep things sane and suitable for all ages.
  • Image may not exceed the {{ avatar_max_filesize|byte_symbol(true) }} filesize limit.
  • May not be larger than {{ avatar_max_width }}x{{ avatar_max_height }}.
  • Will be centre cropped to be 200x200.
  • Animated gif images are allowed.
{% endif %} {% if settings_perms.edit_background %}
Background
  • Guidelines
  • Keep things sane and suitable for all ages.
  • Image may not exceed the {{ avatar_max_filesize|byte_symbol(true) }} filesize limit.
  • May not be larger than {{ avatar_max_width }}x{{ avatar_max_height }}.
  • Animated gif images are not allowed.
{% endif %} {% endblock %}