{% 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 icon %}{{object.get_icon_name}}{% 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_id %} {% if object.submitted_by %} {{object.submitted_by.get_full_name}} <{{object.submitted_by.username}}> {% else %} {% trans "Invalid user ID" %} {% endif %} {% else %} {% trans "Anonymous" %} {% endif %}
{% trans "Submitted on" %}{% trans ": " %} {{ object.date }}
{% trans "Summary" %}{% trans ": "%}

{% trans "Post a comment" %}

{% trans "Add a new comment" %}{% trans ": " %}

{% trans "Comment type & canned response" %}{% trans ": " %}
  {% if 0 %} {% else %} {% trans "No canned response available" %}   ({% trans "Or define a new canned response" %}) {% endif %}

{% 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 %}