{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading %} {% extends "withnav_template.html" %} {% macro broadcast_table(broadcasts, empty_message) %}
{% if item.status == 'broadcasting' %} Live until {{ item.finishes_at|format_datetime_relative }} {% elif item.status == 'cancelled' %} Stopped {{ item.cancelled_at|format_datetime_relative }} {% else %} Finished {{ item.finishes_at|format_datetime_relative }} {% endif %}
{% endcall %} {% endcall %}