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