Index: templates/base.html =================================================================== --- templates/base.html (Revision 101) +++ templates/base.html (Arbeitskopie) @@ -70,7 +70,28 @@
+{% if issue %}
+ Issue: {{issue.subject|truncatewords:6}} + | + {%ifequal issue.owner user %} + Edit + Issue + {%else%} + Can't Edit/Delete + {%endifequal%} + | + {%if user%} + Publish+Mail + Comments + {%else%} + Can't Publish+Mail + {%endif%} +
+
+{% endif %} + +
{%block body%}BODY GOES HERE{%endblock%}