{% include 'header.html' %}
{% include 'cron/search.html' %}
{% for row in rows %}
{{ row.domain }}
{% include 'cron/period.html' %}
Delete
{% endfor %}
{% include 'cron/pagination.html' %}