{% extends "base.html" %} {% load i18n %} {% load svtopmenu %} {% block title %} {{group.svgroupinfo.get_full_name_display}} - {% trans "Administration summary" %}{% trans ": " %}{{title}} {% endblock %} {% block icon %}preferences{% endblock %} {% block topmenu %} {% svtopmenu "group" %} {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_table }}
{% trans "License:" %} {% trans "License changes are moderated by the site administrators. Please contact them to change your project license." %}

{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}