{% load i18n %} {% load url from future %} {% load staticfiles %} {% if not ticket %}

{% trans "Welcome to the Help Desk" %}

{% block welcome_subtext %}{% trans "Search for your ticket below." %}{% endblock %}

{% endif %}