{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Ratings Feedback View
{% comment %} Back {% endcomment %}

Ratings Feedback

Name: {{service_obj.user.username}}

Ratings: {{service_obj.rating}} {% if service_obj.ratings == 0 %}

{% elif service_obj.ratings == 1 %}
{% elif service_obj.ratings == 2 %}
{% elif service_obj.ratings == 3 %}
{% elif service_obj.ratings == 4 %}
{% else %}
{% endif %}

Feedback: {{service_obj.feedback}}

Section Name: {{service_obj.section_name}}

Date: {{service_obj.start_date| date:"d M Y"}}

{% endblock %}