{% extends "base.html" %} {% block title %}Select Product - Reklamator{% endblock %} {% block content %}
Select a product to share your feedback, report issues, or suggest improvements.
{% if current_user and current_user.is_authenticated and current_user.role == 'product_owner' %}Product Owner: Go to Dashboard to view and analyze feedback.
{{ product.description }}
{% endif %} Submit FeedbackNo products are currently accepting feedback. Please check back later.