{% extends "base.html" %} {% block content %} {% load static %}

Ratings List

{% if ratings_list %} {% else %}

There are no ratings in the library.

{% endif %} {% endblock %}