{% 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%}
cancel
{% if authenticated and g.repo_admin %}
Edit Metadata
{% endif %}