{% extends "base.html" %} {% block title %}#{{ number }} {{ title }} · {{ owner }}/{{ repository }} · tit{% endblock %} {% block content %}

{{ owner }}/{{ repository }}

{% include "repository-nav.html" %}

#{{ number }} {{ title }}

{{ state }} · opened by {{ author }} at · updated

{{ body_html|safe }}

Comments

{% if comments.is_empty() %}

This issue has no comments.

{% else %} {% for comment in comments %}

{{ comment.author }} commented at

{{ comment.body_html|safe }}
{% endfor %} {% endif %} {% if comments_has_previous || comments_has_next %} {% endif %}

Timeline

    {% for event in timeline %}
  1. {{ event.actor }} {{ event.kind|event_name }} at
  2. {% endfor %}
{% if timeline_has_previous || timeline_has_next %} {% endif %}
{% if can_comment %}

Add a comment

{% endif %} {% if can_edit %}

Edit this issue

{% if is_open %} {% else %} {% endif %}
{% endif %} {% endblock %}