{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %} {% if canApproveNew %}

Packages Awaiting Approval

{% endfor %} {% endif %} {% if canApproveRel %}

Releases Awaiting Approval

{% endfor %} {% endif %} {% endblock %}