{% extends "_notIndex.html" %} {% block title %}{{ user }}'s Home Page{% endblock %} {% block bodycontent %} {% if ratingslist %}

{{name}} has been rated by {{numrates}} passenger(s),and has an average rating of {{rating}}/5

See what other users had to say about their experience with {{name}}:

{% for comment in ratingslist %} {% endfor %}
Comments
{{comment}}
{% else %}

This driver has not been rated yet.

{% endif %} {% endblock %}