{% extends 'result/base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans 'Result Details' %} | {{ block.super }}{% endblock title %} {% block content %} {% include '_components/header.html' with rtype='OneSubmissions' %} {% include '_components/messages_alert.html' %}
{% if from != 'form' %} {% include "includes/one-submission-table.html" with target_id=target.id submission_id=submission_id %}
{% endif %}
{% include "includes/operation-table.html" %}
{% if resource and resource.password %}
{% include "includes/password-table.html" %}
{% endif %}
{% endblock %} {% block footer_scripts %} {{ block.super }} {% endblock footer_scripts %}