{% extends 'settings/master.twig' %}
{% from 'macros.twig' import container_title %}
{% if user_has_background %}
{% set site_background_url = '/profile.php?m=background&u=' ~ settings_user_id %}
{% endif %}
{% block settings_content %}
{#
A few of the elements on this page have been moved to the on-profile editor. To find them, go to your profile and hit the "Edit Profile" button below your avatar.
#}
{{ container_title('Account') }}
{% if settings_perms.edit_avatar %}
{{ container_title('Avatar') }}
{% endif %}
{% if settings_perms.edit_background %}