{% extends "revuo/base.html" %} {% block title %} {% endblock %} {% block page_body %}
{% if user.is_authenticated and not item.authorized %}

Pending Authorization

{% endif %} {% block item_body %} {% endblock %} {% if user.is_authenticated and not item.authorized %}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}