{% extends "base.html" %} {% block title %}Reviews - {{ business.name }}{% endblock %} {% block content %}
{{ r.text or 'No review text' }}
{{ r.review_date or r.scraped_at.strftime('%Y-%m-%d') }}
No reviews found matching your filters.