{% extends 'dashboard/base.html' %} {% load static %} {% include 'dashboard/base_components/topnav.html' %} {% block content %} Wonderful bedtime story in color! {{ doc.title }} {% for string in strings %} {% if string.rating == 0 %} {{ string.string }} {% endif %} {% if string.rating == 1 %} {{ string.string }} {% endif %} {% if string.rating == 2 %} {{ string.string }} {% endif %} {% endfor %} {% endblock %} {% include 'dashboard/base_components/footer.html' %}
{{ string.string }}