{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %} {% block title %}Issue #{{ issueid }}: {{issue.title | noJS(ignore="img") | safe }} - {{ repo.name }}{% endblock %} {% set tag = "home"%} {% block header %} {% endblock %} {% block repo %}
{{ form.csrf_token }}

#{{ 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, form) }}
{% if issue.comments %} {% for comment in issue.comments %} {% if comment.notification %}
{{ comment.date_created | humanize }}
{{ comment.comment | markdown | noJS | safe }}
{% else %} {{ show_comment(comment, comment.id, repo, username, issueid, form) }} {% endif %} {% endfor %} {% endif %}
{% if authenticated and form %}
Preview
Select files OR drag them into the comment field below. Markdown Syntax
{% else %}

Login to comment on this ticket.

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