{% extends "projects/base.html" %} {% load i18n %} {% load uni_form %} {% load avatar_tags %} {% load threadedcommentstags %} {% load pagination_tags %} {% load extra_tagging_tags %} {% load projects_tags %} {% load group_tags %} {% load topics_tags %} {% load wiki_tags %} {% load theme_tags %} {% block head_title %}{{ project.name }}{% endblock %} {% block body %} {% if user.is_authenticated %}
{% avatar member.user 40 %}
|
{% if forloop.counter0|add:"1"|divisibleby:"3" %}
{% trans "Slug:" %} {{ project.slug }}
{% trans "Creator:" %} {{ project.creator }}
{% trans "Created:" %} {{ project.created|date }}
{% show_tags_for project %}
{{ project.description }}
{% ifequal user project.creator %}{% trans "Edit details" %}
You are the creator of this project.
{% trans "Add new member" %}
{% silk "delete" %} {% trans "Delete project" %}
{% else %}
You are member of this project.
{% endifequal %} {% else %}You are not a member of this project. Want to become one?
{% endif %}{% blocktrans %}None yet. Start one...{% endblocktrans %}
{% endif %} {% endwith %} {% content_objects project "wiki.Article" as articles %}{% blocktrans %} None yet. Go to the wiki to start a new article. {% endblocktrans %}
{% endif %}More here soon but, in the meantime, here's a link to the task list.
{% endif %}