{% extends "basic_groups/base.html" %} {% load i18n %} {# load avatar_tags #} {% load extra_tagging_tags %} {% load group_tags %} {% load basic_group_tags %} {% load theme_tags %} {% block head_title %}{{ group.name }}{% endblock %} {% block body %} {% if user.is_authenticated %}
{# avatar member 40 #}
|
{% if forloop.counter0|add:"1"|divisibleby:"3" %}
{% trans "Slug:" %} {{ group.slug }}
{% trans "Creator:" %} {{ group.creator }}
{% trans "Created:" %} {{ group.created|date }}
{% show_tags_for group %}
{{ group.description }}
{% ifequal user group.creator %}{% trans "Edit details" %}
{% silk "delete" %} {% trans "Delete Group" %}
{% else %}
{% trans "You are not the only member of the group so you cannot delete the group." %}
{% endifequal %} {% endifequal %} {% if user.is_authenticated %}{% blocktrans %}Sign up and log in to join this group.{% endblocktrans %}
{% endif %}