{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Service Feedbacks

Ratings & Feedbacks

Ratings & Feedbacks

{% if service_obj%} {% for service in service_obj %} {% endfor %}
Id Name Ratings Section Name Action
{{ service.id }} {{ service.user.username }} {% if service.ratings == 0 %}
{% elif service.ratings == 1 %}
{% elif service.ratings == 2 %}
{% elif service.ratings == 3 %}
{% elif service.ratings == 4 %}
{% else %}
{% endif %}
{{ service.section_name }}
{% else %}

No data found

{% endif %}
{% if service_obj %}
{% endif %}
{% endblock %}