{% extends "frontend/base.html" %} {% block content %}

User Profile {{ current_user.firstname }} {{ current_user.lastname }}

{% from "frontend/macros/group.html" import ListGroups with context %}
Group List
{{ ListGroups(current_user.groups) }}
{% endblock %}