{% extends '/stdgrid.html.twig' %} {% block title %}{% endblock %} {% block body %} Settings Profile {{ icon('arrow-down', 'icon icon-details-open') | raw }} Personal Information, Avatar and Profile Personal Info{{ icon('arrow-down', 'icon icon-details-open') | raw }} Nickname, Homepage, Bio, Self Tags and more. {% block form_profile %}{% include '/settings/profile.html.twig' %}{% endblock %} {% set profile_tabs = handle_event('PopulateProfileSettingsTabs', app.request) %} {% for tab in profile_tabs %} {{ tab['title'] }}{{ icon('arrow-down', 'icon icon-details-open') | raw }} {{ tab['desc'] }} {% include tab['controller']['_template'] with tab['controller'] only %} {# {{ tab['title'] }} #} {% endfor %} Account{{ icon('arrow-down', 'icon icon-details-open') | raw }} Email, Password and Language {% block form_account %} {% include '/settings/account.html.twig' %} {% endblock %} Notifications{{ icon('arrow-down', 'icon icon-details-open') | raw }} Enable/disable notifications (Email, XMPP, Replies...) {% block form_notify %} {% include '/settings/notifications.html.twig' %} {% endblock %} {% endblock body %} {% block javascripts %}{% endblock %}