{% extends 'base.html' %} {% from 'macros.html' import review_credit, cover_art, show_avg_rating, comment_credit with context %} {% block content %}
{{ review.text_html|safe }}
{% else %}{{ review.text_html|safe }}
{% endif %} {% endif %} {% if current_user.is_authenticated and current_user.is_admin() %}
Comments ({{ comment_count }})
{% include 'review/entity/comments.html' %}