{% load static i18n %} {% get_current_language as CURRENT_LANGUAGE %} {% trans "Offboarding-Anfrage" %}

{% trans "Offboarding-Anfrage" %}

{% if search_results %}
{% for p in search_results %} {{ p.full_name }} ({{ p.work_email }}) {% endfor %}
{% endif %} {% if selected_profile %}

{% trans "Vorbefüllt aus:" %} {{ selected_profile.full_name }} ({{ selected_profile.work_email }})

{% endif %}
{% csrf_token %}
{% for field in form.visible_fields %} {% if field.name != 'search_query' %}
{{ field.label_tag }} {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {{ field.errors }}
{% endif %} {% endfor %}