{% from "components/primitives/canonical_table.html" import canonical_table %} {% call canonical_table(title=block.title, pagination=block.pagination) %} {% if block.filters %}
{% endif %}
{% if block.columns %}{% for col in block.columns %}{% endfor %}{% endif %} {% if block.rows %}{% for row in block.rows %}{% endfor %} {% else %}{% endif %}
{{ col }}
{% if row.run_href %}{{ row.run_id }}{% else %}{{ row.run_id }}{% endif %} {{ row.mode }}{{ row.venue }}{{ row.symbol }}{{ row.timeframe }} {{ row.started_utc }}{{ row.health }}{{ row.event_time_utc }}{{ row.event }} {{ row.severity }}{{ row.events }} {% if row.artifact_href %}{{ row.artifact }}{% else %}{{ row.artifact }}{% endif %}
{% if locale == 'ru' %}Нет доступных запусков.{% else %}No runs available.{% endif %}
{% endcall %}