{% extends "helpdesk/public_base.html" %}{% load i18n %} {% block helpdesk_body %}

{% trans "Unable To Open Ticket" %}

{% blocktrans %}

Sorry, but there has been an error trying to submit your ticket.

Our system has marked your submission as spam, so we are unable to save it. If this is not spam, please press back and re-type your message. Be careful to avoid sounding 'spammy', and if you have heaps of links please try removing them if possible.

We are sorry for any inconvenience, however this check is required to avoid our helpdesk resources being overloaded by spammers.

{% endblocktrans %} {% endblock %}