{% extends "touchtechnology/admin/edit.html" %} {% load i18n %} {% block content %}

{% trans "Resync YouTube live stream" %}

{% csrf_token %}

{% blocktrans %}Push the current match title, description, and schedule to the existing YouTube broadcast without creating a new stream URL.{% endblocktrans %}

{% blocktrans with match=match %}Match: {{ match }}{% endblocktrans %}

{% if match.external_identifier %}

{% trans "Broadcast ID" %}: {{ match.external_identifier }}

{% else %}

{% trans "This match has no existing broadcast; nothing to resync." %}

{% endif %}
 {% trans "Cancel" %}
{% endblock %}