{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load i18n %} {% load static %} {% block content %}

{% trans "Hello!" %}

{% blocktrans trimmed with a_attr="href='http://pretix.eu'" %} This is a self-hosted installation of pretix, your free and open source ticket sales software. {% endblocktrans %}

{% blocktrans trimmed %} If you're looking to buy a ticket, you need to follow a direct link to an event or organizer profile. {% endblocktrans %}

{% blocktrans trimmed with a_attr="href='/control/'" %} If you're looking to configure this installation, please head over here. {% endblocktrans %}

{% trans "Enjoy!" %}

{% endblock %}