{% extends "bootstrap3/base.html" %} {% set active_page = "" %} {% block title %}{{title}}{% endblock %} {% block main %}

#{{obj.id}} ({{obj.summary}})

State:{{obj.state}} {% if obj.closed %} (closed){% endif %} {% if obj.standby %} (standby){% endif %} (last update {{obj.modified}})
Reported by: {{obj.reporter}} {{obj.created}} {% if obj.product %}
Product: {{obj.product}} {% endif %} {% if False %} {% if obj.project %}
Project: {{obj.name}} {% endif %} {% if obj.ticket_type %}
Type: {{obj.ticket_type}} {% endif %} {% endif %}

{{obj.description}}
{{ar.show('tickets.LinksByTicket', obj)}}
{% endblock %}