{% extends "projects/base.html" %} {% load zwitschern %} {% load i18n %} {% load gravatar %} {% load wiki %} {% load wikiurl %} {% load threadedcommentstags %} {% load pagination_tags %} {% load shorttimesince_tag %} {% load extra_tagging_tags %} {% load project_tags %} {% block head_title %}{{ project.name }}{% endblock %} {% block body %} {% if user.is_authenticated %}
{% gravatar member.user 40 %}
|
{% if forloop.counter0|add:"1"|divisibleby:"3" %}
Slug: {{ project.slug }}
Creator: {{ project.creator }}
Created: {{ project.created|date }}
{% show_tags_for project %}
{{ project.description }}
{% ifequal user project.creator %} {% endifequal %} {% if user.is_authenticated %}You are the creator of this project.
{% else %}
You are member of this project.
{% endifequal %} {% else %}It is up to the creator of this project ({{ project.creator }}) to add you.
{% endif %}view more details or add task...
{{ task.summary }} | {{ task.modified|shorttimesince }} ago | {% if task.assignee %} {{ task.assignee }} {% else %} unassigned {% endif %} | {{ task.status }} |
view more details or start new topic...
{% for topic in topics %} {% show_project_topic topic %} {% endfor %} {% else %}None yet. Start one...
{% endif %}{% blocktrans %} None yet. Go to the wiki to start a new article. {% endblocktrans %}
{% endif %} {% if photos %}