{% extends "base.html" %} {% block title %}{{ page_title }} · {{ app_title }}{% endblock %} {% block content %} {% include "components/page_header.html" %}
{{ run | tojson(indent=2) }}
{% else %}
| {% if locale == 'ru' %}ID артефакта{% else %}Artifact ID{% endif %} | {% if locale == 'ru' %}Тип содержимого{% else %}Content Type{% endif %} | |
|---|---|---|
| {{ artifact.artifact_id }} | {{ artifact.content_type }} | {% if locale == 'ru' %}Открыть{% else %}Open{% endif %} |