{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading %}
Waiting for approval
{% elif item.status == 'rejected' %}{{ item.updated_at|format_date_human|title }} at {{ item.updated_at|format_time }}
{% elif item.status == 'broadcasting' %}Live since {{ item.starts_at|format_datetime_relative }}
{% else %}{{ item.starts_at|format_date_human|title }} at {{ item.starts_at|format_time }}
{% endif %}