{% extends 'material_base.html' %} {% block title %}Runs administration page{% endblock %} {% block description %}Cron logs administration page of the AYTA system{% endblock %} {% block content %}
Amount of channel logs {{ run.get('channel_runs')|length }}
Started: {{ run.get('time') }}
Finished: {{ run.get('finish_time', 'Probably still running') }}