{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| 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 }} |
No data found
{% endif %}