{% extends "tribes/base.html" %} {% load zwitschern %} {% load i18n %} {% load wiki %} {% load wikiurl %} {% load gravatar %} {% load threadedcommentstags %} {% load pagination_tags %} {% load extra_tagging_tags %} {% load tribe_tags %} {% block head_title %}{{ tribe.name }}{% endblock %} {% block body %} {% if user.is_authenticated %}
{% gravatar member 40 %}
|
{% if forloop.counter0|add:"1"|divisibleby:"3" %}
{% trans "Slug:" %} {{ tribe.slug }}
{% trans "Creator:" %} {{ tribe.creator }}
{% trans "Created:" %} {{ tribe.created|date }}
{% show_tags_for tribe %}
{{ tribe.description }}
{% ifequal user tribe.creator %} {% ifequal tribe.members.all.count 1 %}{% else %}
You are not the only member of the tribe so you can't delete the tribe.
{% endifequal %} {% endifequal %} {% if user.is_authenticated %}{% blocktrans %}Sign up and log in to join this tribe.{% endblocktrans %}
{% endif %} {% if user.is_authenticated %}{% blocktrans %}None yet. Start one...{% endblocktrans %}
{% endif %}{% blocktrans %} None yet. Go to the wiki to start a new article. {% endblocktrans %}
{% endif %}