{% if reviews %} {% for r in reviews %}
{{ r.author }} {{ "★" * r.rating }}{{ "☆" * (5 - r.rating) }} {{ r.created_at.strftime("%Y-%m-%d %H:%M") }} UTC
{% if r.content %}
{{ r.content }}
{% endif %}
{% endfor %} {% else %}
No field intel on this artifact — submit a report below
{% endif %}