{% extends "base.html" %} {% block title %}Pending approvals{% endblock %} {% block content %} Pending approvals {{ rows|length }} memor{{ "y" if rows|length == 1 else "ies" }} awaiting review. Auto-refreshes every 10s. {% include "_partials/approvals_list.html" %} {% endblock %}
{{ rows|length }} memor{{ "y" if rows|length == 1 else "ies" }} awaiting review. Auto-refreshes every 10s.