Recorded for applications
{% if rows %}
{% for item in rows %}
{% call m.row(item.domain, item.state, item.meta, item.href, "row-" ~ item.id,
none, item.state_text) %}
{{ m.danger_button("Delete", item.delete_endpoint, item.domain,
item.delete_consequence) }}
{% endcall %}
{% endfor %}
{% else %}
{{ m.empty(record_copy.empty_title, record_copy.empty_body, none, none,
record_copy.command) }}
{% endif %}
{% endblock %}