{% from "macros.html" import shorten_string %}
{% for capture_uuid, title, landing_page, capture_time in captures %} {% endfor %}
Capture Time Capture Title Landing page
{{capture_time}} {{ title }} {{ shorten_string(landing_page, 300) }}