{% extends 'layouts/base.html' %} {% from 'render_pagination.html' import render_pagination %} {% set page_title = 'Logs' %} {% block container %}
Time | Description | Run |
---|---|---|
{{ record.created }} | {{ record.description }} | {{ record.related_run_number }} |
Log records from {{ pagination.item_limit_from }} to {{ pagination.item_limit_to }} total {{ pagination.total_count }}
{{ render_pagination(pagination) }}