{% 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}})
Created {{obj.created}} by {{obj.user}} {% if obj.topic %}
Topic: {{obj.topic}} {% endif %} {% if False %} {% if obj.project %}
Project: {{obj.name}} {% endif %} {% if obj.ticket_type %}
Type: {{obj.ticket_type}} {% endif %} {% endif %}

{{obj.description}}
{% endblock %}