{% extends 'groups/admin_template.html' %} {% block page_content%}

Settings

Requires Approval
Entry Qualifications
Miscellaneous
{%if group.owner_id != user.id %}

Only the owner of the group can modify the group settings

{%endif%}
{%endblock%}