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

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

{{tostring(navigator)}}

State: {{obj.state}} {% if obj.closed %} (closed){% endif %} {% if obj.standby %} (standby){% endif %} (last update {{obj.modified}})
Created {{obj.created}} by {{obj.user}} {% if obj.topic %}
Topic: {{tostring(ar.obj2html(obj.topic))}} {% endif %} {% if obj.site %}
Site: {{tostring(ar.obj2html(obj.site))}} {% endif %} {% if False %} {% if obj.project %}
Project: {{obj.name}} {% endif %} {% if obj.ticket_type %}
Type: {{obj.ticket_type}} {% endif %} {% endif %}

{% if obj.private and not ar.get_user().authenticated%} (Private content) {% else %} {{memo(obj.description)}} {% for comm in rt.models.comments.comments_by_owner(obj) %} {% endfor %} {% endif %}
{{ar.show('tickets.LinksByTicket', obj)}}
{% endblock %}