{% extends "base.html" %} {% block title %}Reviews - {{ tool.owner }}/{{ tool.name }} - CmdForge{% endblock %} {% block content %}
{{ rating.rating_count }} reviews
{{ review.content }}
{% endif %}No reviews yet for this tool.
{% if session.get('auth_token') %} Be the first to review {% endif %}