{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{{ stats.total }}
Total Responses
{{ stats.avg_rating or '—' }}
Average Rating
{{ stats.recent }}
This Week
Rating Distribution
| # | Student | Course | Rating | Feedback | Date | Actions |
|---|---|---|---|---|---|---|
| {{ fb.id }} |
{{ fb.name[0].upper() }}
{{ fb.name }}
|
{% if fb.course %}{{ fb.course }} {% else %}—{% endif %} | {% if fb.rating %} {% else %}—{% endif %} | {{ fb.submitted_at[:10] }} | ✎ |
No feedback found
{% if query %}Try a different search term.{% else %}Be the first to submit feedback.{% endif %}
{% if not query %}Submit Feedback{% endif %}