{{title}}
{%include "nav.html" %}
This issue has been archived. It is now read-only.
Issue
{{number}}
Created
{{issue_created}}
Updated
{{issue_updated}}
Comments
{{comments_number}}
Locked
{{locked}}
{{issue_body|safe}}
{% if comments %}
{% for comment in comments %}
{{ comment.author|e }}
{{ comment.created_at|e }}
{{ comment.updated_at|e }}
{{ comment.body|safe }}
{% endfor %}
{% endif %}
{%include "svg_symbols.html" %}
{% for comment in comments %}-
{{ comment.author|e }}
{{ comment.created_at|e }}
{{ comment.updated_at|e }}
{{ comment.body|safe }}
{% endfor %}