{% extends "default.html" %} {% block pagetitle %}API App Administration{% endblock %} {% block content %}
{% if listing %} {% include "submission_listing.html" %} {% elif comments %} {% include "comments.html" %} {% endif %}
{% endblock %}