{% if g.authenticated and (g.repo_user or g.fas_user.username == issue.user.user) %}
{{ render_bootstrap_field(form.status,
formclass="issue-metadata-form") }}
{{ render_bootstrap_field(form.close_status,
formclass="issue-metadata-form") }}
{% endif%}
{% if g.authenticated and g.repo_user %}
{% endif%}
{% if g.authenticated and g.repo_user %}
{% endif%}
{% if g.authenticated and g.repo_user %}
{% endif%}
{% if g.authenticated and g.repo_user %}
{% endif%}
{% if repo.priorities %}
{% if g.authenticated and g.repo_user %}
{{ render_bootstrap_field(form.priority,
formclass="issue-metadata-form") }}
{% endif%}
{% endif %}
{% if repo.milestones %}
{% if g.authenticated and g.repo_user %}
{{ render_bootstrap_field(form.milestone,
formclass="issue-metadata-form") }}
{% endif%}
{% endif %}
{% if issue.private %}
{% endif %}
{% if g.authenticated and g.repo_user %}
{{ render_bootstrap_field(form.private,
formclass="issue-metadata-form") }}
{% endif%}
Cancel
{% if g.authenticated and (g.repo_user or g.fas_user.username == issue.user.user) %}
Edit Metadata
{% endif %}