{% extends "tribes/base.html" %} {% load i18n %} {% load account_tags %} {% load uni_form_tags %} {% load wiki_tags %} {% load avatar_tags %} {% load threadedcommentstags %} {% load pagination_tags %} {% load extra_tagging_tags %} {% load tribes_tags %} {% load group_tags %} {% load topics_tags %} {% load photo_tags %} {% load theme_tags %} {% block head_title %}{{ tribe.name }}{% endblock %} {% block body %} {% if user.is_authenticated %}
{% avatar member 40 %}
|
{% if forloop.counter0|add:"1"|divisibleby:"3" %}
{% trans "Slug:" %} {{ tribe.slug }}
{% trans "Creator:" %} {% user_display tribe.creator %}
{% trans "Created:" %} {{ tribe.created|date }}
{% show_tags_for tribe %}
{{ tribe.description }}
{% ifequal user tribe.creator %}{% trans "Edit details" %}
{% silk "delete" %} {% trans "Delete tribe" %}
{% else %}
{% trans "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 %} {% endwith %} {% content_objects tribe "wiki.Article" as articles %}{% blocktrans %} None yet. Go to the wiki to start a new article. {% endblocktrans %}
{% endif %} {% public_pool_photos as photos %} {% content_objects tribe photos "content_object" as photos %}{% groupurl photo_upload tribe as photo_upload_url %} {% blocktrans %} There are no photos associated to this tribe. You can add a photo. {% endblocktrans %}
{% endif %} {% comment %}{{ event.title }} | {{ event.start }}-{{ event.end }} |