{% extends "base.html" %} {% block title %}{{ business.name }} - Review Hound{% endblock %} {% block content %}
{{ business.address }}
{% endif %}{{ r.text[:200] }}{{ '...' if r.text and r.text|length > 200 else '' }}
{{ r.review_date or r.scraped_at.strftime('%Y-%m-%d') }}
No reviews yet. Click "Scrape Now" to fetch reviews.
{% endif %}Get notified when negative reviews are detected.
Loading alerts...
| Source | Status | New Reviews | Time |
|---|---|---|---|
| {{ log.source }} | {{ log.status }} | {{ log.reviews_found or 0 }} {% if log.status == 'success' and (log.reviews_found or 0) == 0 %} {% endif %} | {{ log.completed_at.strftime('%Y-%m-%d %H:%M') if log.completed_at else 'Running...' }} |
No scrape history yet.
{% endif %}