{% extends "default.html" %} {% block title %}Review #{{ r.review_id }}{% endblock %} {% block content %}

{% if current_user.is_authenticated %} {% endif %}
Actions {% if current_user.user_hash and not vote_exists %} {% endif %}
Application {% if current_user.is_authenticated %} {% endif %}
Rating {{ format_rating(r.rating) }} Karma {{ r.karma_up }}↑, {{ r.karma_down }}↓ {% if r.reported > 0 %} (reported {{ r.reported }}) {% if current_user.is_authenticated %} {% endif %} {% endif %} Created {{ format_timestamp(r.date_created) }} {% if r.date_deleted %} (deleted {{ format_timestamp(r.date_deleted) }}) {% if current_user.is_authenticated %} {% endif %} {% endif %}
User Display {% if r.user_display %} {% if current_user.is_authenticated %} Names cannot be offensive or trademarks
{% endif %} {% if current_user.is_authenticated %} {% endif %} {% else %} {% endif %} {% if current_user.is_authenticated %} {% endif %}
Locale {% if current_user.is_authenticated %} {% if not r.locale.startswith('en_') %} {% endif %} {% endif %} Version Distro
Summary {% if current_user.is_authenticated %} This should start with a capital letter and not end with a full stop
{% endif %}
Description {% if current_user.is_authenticated %} This should start with a capital letter and each sentance should end with a full stop.
Please remove any incorrect content, and correct spelling, and grammar where required.

{% endif %}
{% if current_user.is_authenticated %} {% endif %}
{% endblock %}