{% extends "base.html" %} {% block title %}Ticket #{{ ticket.id }}{% endblock %} {% block content %}

Ticket #{{ ticket.id }}: {{ ticket.summary }}

{{ ticket.description }}

{{ ticket.opened_at }} · {{ g.team.name }} {% for comment in comments %}

{{ comment.comment }}

{{ comment.time }} · {{ comment.comment_by }} {% endfor %}


{% endblock %}