{% extends "groups/base.html" %}
{% from "includes/common_macros.html" import content_editor with context %}
{% set title = _('Edit | {group} | Groups')|f(group=profile.group.name) %}
{% block content %}
{{ _('Edit {group} profile information')|f(group=profile.group.name) }}
{% endblock %}