{% extends "result_manager/base.html" %} {% load static %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% comment %} client-side templates for close-activity form & form question parts {% endcomment %} {% include "result_manager/activity_result_common.html" %} {% endblock scripts %} {% block content %} {{ block.super }} {% endblock content %} {% block dialog %} {{ block.super }} {% endblock dialog %}