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