{% extends 'settings/master.twig' %} {% if user_has_background %} {% set site_background_url = '/profile.php?m=background&u=' ~ current_user.user_id %} {% endif %} {% 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_size|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 {{ background.max_size|byte_symbol(true) }} filesize limit.
  • May not be larger than {{ background.max_width }}x{{ background.max_height }}.
  • Animated gif images are not allowed.
{% endif %} {% if settings_perms.edit_about %}
About
{% endif %} {% endblock %}