{% if filename.endswith('png') %} {% elif filename.endswith('html') %}
{% elif ( filename.endswith('xml') or filename.endswith('xml.gz') ) and content %} {% for channel, segmentlist in content.iteritems() %} {% for seg in segmentlist %} {% endfor %} {% endfor %}
Channel GPS Start GPS End Duration (s)
{{channel}} {{seg[0]}} {{seg[1]}} {{abs(seg)}}
{% elif filename.endswith('.ini') %}
{{content}}
{% else %}

Unsupported file extension.

{% endif %} {% if cp.check_option(filename, 'caption') %}

{{cp.get(filename, 'caption')}}

{% endif %}

Link to file.