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

{% trans "Hello!" %}

{% with "href='http://pretix.eu'" as a_attr %} {% blocktrans trimmed %} This is a ticket presale system powered by pretix. {% endblocktrans %} {% endwith %}

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