{% extends "base.html" %} {% load i18n %} {% block title %} {{object.group.name}} - {{object.get_tracker_name}}{% trans ": " %} {{object.get_shortcut}}, {{object.get_summary|truncatewords:5}} {% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% csrf_token %}

{{object.get_shortcut}}{% trans ": " %} {{object.get_summary}}

{{object.get_form}}
{% trans "Submitted by" %}{% trans ": " %} {% if object.submitted_by %} {{object.submitted_by.get_full_name}} <{{object.submitted_by.username}}> {% else %} {% trans "Anonymous" %} {% endif %}
{% trans "Submitted on" %}{% trans ": " %} {{ object.date }}

{% trans "Post a comment" %}

{% trans "Discussion" %}

{% trans "Attached files" %}

{% trans "Dependencies" %}

{% trans "Mail notification carbon-copy list" %}

{% trans "Votes" %}

{% trans "History" %}

{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}