{% extends 'prefs.html' %} {% from 'include/panel.html' import panel %} {% set active_panelid='general' %} {% block panel %} {% include 'message.html' %} {# Panel to set user info. #} {% call panel(title=_("Account settings"), description=_("General information about your account.")) %}