{% extends base_template %} {% load i18n %} {% load reviewtags %} {% block title %}{% trans "Screenshot" %}{% if screenshot.caption %}: {{screenshot.caption}}{% endif %}{% endblock %} {% block scripts-post %} {{block.super}} {% endblock %} {% block review_ui_content %}
{% endblock %}