{% include "frontend/flash.html" %}
{% from "frontend/macros/group.html" import ListGroups, SelectGroup with context %}
{% from "frontend/macros/user.html" import Info, Events, AdminSettings with context %}
User Information
{{Info(User)}}
Groups
{% if User.groups %}
{{ListGroups(User.groups)}}
{% endif %}