{% extends "base.html" %} {% from "trigger_runs/partials/condition_entity.html" import render_condition_entity %} {% block content %}
Valid Condition Back
ValidCondition ID {{ valid_condition_id_short }}
{% if source == "snapshot" %}
This valid condition was reconstructed from trigger-run history. {% if trigger_run_id %} Open trigger run {{ trigger_run_id_short }}. {% endif %}
{% endif %}
{{ render_condition_entity(condition) }} {{ render_condition_entity(context) }}
{% endblock %}