{% extends 'layout.html' %} {% load i18n %} {% load static %} {% block wrap %} {% url 'tickets:new' as new_ticket %}

{% blocktrans trimmed with new_ticket as new_ticket %} We're not able to chat all the time for now. If we don't reply, please open a support ticket and we will get back to you as soon as possible! {% endblocktrans %}

{% endblock %} {# Remove the blue live chat link in the corner #} {% block livechat_thing %} {% endblock %}