{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Line-up" %}{% endblock %} {% block content %}

{% trans "Line-up embeds" %}

{% trans "Attach each artist's Spotify and YouTube links to the matching ticket. When enabled, the embeds are shown on the product's description in the public shop." %}

{% csrf_token %}
{% for row in rows %} {% empty %} {% endfor %}
{% trans "Ticket" %} {% trans "Spotify URL" %} {% trans "YouTube URL" %}
{{ row.item }}
{% trans "No active products yet." %}
{% endblock %}