{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar-title %}{% trans "Data Inspector" %}{% endblock %} {% block appbar-actions %} {% for action in actions %} {{ action.label }} {% endfor %} {% endblock %} {% block content %} {{ block.super }}

{% trans "Test tools" %}

{{ html_form.render|safe }}
{{ test_tool_result|default:""|safe }}
{% if view.formdef.workflow.roles %} {% endif %} {% if has_tracing %} {% endif %} {% if has_markers_stack %} {% endif %} {% if has_relations %} {% endif %}
    {{ view.inspect_variables|safe }}
{% if view.formdef.workflow.roles %} {% endif %} {% if has_tracing %} {% endif %} {% if has_markers_stack %} {% endif %} {% if has_relations %} {% endif %}
{% endblock %}