{% extends "revuo/base.html" %} {% block title %}Pending Items{% endblock %} {% block page_body %}

Pending Authorization

    {% for item in items_list %}
  1. {{ item.title }}
  2. {% endfor %}
{% endblock %}