{% extends "default/_layout.html" %} {% block title %}Главная{% endblock %} {% block content %}

Задачи

{% if tasks.total == 0 %} {% else %} {% for task in tasks['items'] %} {% endfor %} {% endif %}
Id Дата Задача
Нет ни одной задачи.
{{ task.id }} {{ task.created }} {% if task.details.action == 'create' %} {{ task.details.action }} container:{{ task.details.container_id }} {% endif %}
{% endblock %}