{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %} {% block title %}Issue #{{ issueid }} - {{ repo.name }}{% endblock %} {% set tag = "home"%} {% block header %} {% endblock %} {% block repo %}

#{{ issueid }} {{issue.title | noJS("img") | safe }} {% if issue.private %} {% endif %}

Created {{ issue.date_created | humanize}} by {{ issue.user.user }}
{{ show_initial_comment(issue, username, repo,issueid, repo_admin) }}
{{ form.csrf_token }}
{% if issue.comments %} {% for comment in issue.comments %} {{ show_comment(comment, comment.id, repo, username, issueid, form, repo_admin) }} {% endfor %} {% endif %}
{% if authenticated and form %}
{{ form.csrf_token }}
Preview
Select files OR drag them into the comment field below.
{% else %}

Login to comment on this ticket.

{% endif %}
{% if authenticated and form %}
{{ form.csrf_token }} {% endif %} {% if authenticated and repo_admin %} {{ render_bootstrap_field(form.status, formclass="issue-metadata-form") }} {% endif%} {% if authenticated and repo_admin %} {% endif%} {% if authenticated and repo_admin %} {% endif%} {% if authenticated and repo_admin %} {% endif%} {% if authenticated and repo_admin %} {% endif%} {% if authenticated and form %}
{% endif %} {% if authenticated and repo_admin %} {% endif %}
{% endblock %} {% block jscripts %} {{ super() }} {% if config['EVENTSOURCE_SOURCE'] and not issue.private %} {% endif %} {% endblock %}