{% load i18n %} {% block cell-content %}
{% block title %}

{% if german_page %}Verfolgungscode{% else %}{% trans 'Tracking Code' %}{% endif %}

{% endblock %}
{% block form-pre %}{% endblock %}
{% block form-top %} {% block intro-text %}

{% if german_page %} Ein Verfolgungscode kann Ihren Anfragen zugeordnet werden, um den Austausch mit den Diensten zu erleichtern. {% else %} {% blocktrans trimmed %} A tracking code is attached to all your forms, it is there to help you in dealing with the administration. {% endblocktrans %} {% endif %}

{% if german_page %} Um eine Anfrage mit einem Verfolgungscode zu finden, geben Sie diesen unten ein: {% else %} {% blocktrans trimmed %} To find the details of a form linked to a tracking code, you can enter the code in the entry below: {% endblocktrans %} {% endif %}

{% endblock %} {% endblock %} {% block form-bottom %}{% endblock %}
{% block form-post %}{% endblock %}
{% endblock %}