{% load i18n %} {% load compress %} {% load staticfiles %} {{ settings.PRETIX_INSTANCE_NAME }} {% compress css %} {% endcompress %}

{% trans "Hello!" %}

{% trans "There is nothing to see here yet." %}

{% with "href='http://pretix.eu'" as a_attr %} {% blocktrans trimmed %} pretix – your free and open source ticket sales software. {% endblocktrans %} {% endwith %}