{# vim: set ts=2 et sts=2 sw=2: #} {% extends "groups/base.html" %} {% from "includes/common_macros.html" import content_editor %} {% set title = _('Edit | {group} | Groups')|f(group=profile.group.name) %} {% block content %}

{{ _('Edit {group} profile information')|f(group=profile.group.name) }}

{{ csrf() }} {{ content_editor(form.information) }}
{# TODO: Preview
#}
{% endblock %}