{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load compress %} {% load static %} {% load bootstrap3 %} {% load eventurl %} {% block title %}{% trans "Manual Seats" %}{% endblock %} {% block content %}
{% blocktrans trimmed count seatingplans|length as counter %} You have imported only one seating plan. {% plural %} You have imported {{ counter }} seating plans. {% endblocktrans %}
{% trans "There are currently no seating plans configured on your organizer account." %}