{% extends "base.html" %} {% block title %}Patpat{% endblock %} {% block content %} {% import 'macro.html' as macro with context %}
Start Time
Identifier
Status
Configs
{% for config in configs %} {{ macro.task_entry(config) }} {% endfor %}
{% endblock %}