{% extends 'settings/appearance/master.twig' %} {% set mode = 'Avatar' %} {% block description %}

Maximum image size is {{ config('file.avatar.max_width') }}x{{ config('file.avatar.max_height') }} and can't be larger than {{ config('file.avatar.max_file_size')|byte_symbol }}.

{% endblock %} {% block settingsContent %}
Your Avatar
(Leave upload box empty to remove avatar)
{% endblock %}