{% macro review_prompt(slug, isModal, existingReview) %} {# Used for both adding and editing reviews, in page form and modal form. #} {% if isModal %} {{ existingReview and _('Edit Review') or _('Leave a Review') }} {% endif %} {{ _('Please select a star rating.') }} {{ _('Rate:') }} {% for i in range(1, 6) %} {{ i }} {% endfor %} {{ _('Please read the Review Guidelines for more details about rating apps. Reviews that do not meet these guidelines may be removed by our moderation team without notice.') |format(url='https://developer.mozilla.org/Marketplace/User_Review_Guidelines') }} {{ existingReview.body }} {{ _('Cancel') }} {{ existingReview and _('Update Review') or _('Submit Review') }} {% endmacro %}
{{ _('Please select a star rating.') }}
{{ _('Rate:') }} {% for i in range(1, 6) %} {{ i }} {% endfor %}
{{ _('Please read the Review Guidelines for more details about rating apps. Reviews that do not meet these guidelines may be removed by our moderation team without notice.') |format(url='https://developer.mozilla.org/Marketplace/User_Review_Guidelines') }}