{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{% include 'admin/_nav.html' %}
{{ activity_json_data | tojson(indent=2) }}
{% if current_app.debug %}

Re-submit this activity

{% endif %}
{% endblock %}