{% if is_update %}Update your review{% else %}Submit a review{% endif %}
{% if approved_disabled_reason %}
{{ approved_disabled_reason }}
{% endif %}
{% with textarea_id="pull-review-body", textarea_name="body", textarea_rows=4, textarea_value=body, textarea_classes="form-control", textarea_autofocus=true %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
Cancel