{% extends 'workflows/base_shell.html' %} {% load static i18n %} {% block title %}{% trans "Onboarding gespeichert" %}{% endblock %} {% block shell_header %} {% include 'workflows/includes/app_header.html' with header_show_home=1 header_inside_shell=1 %} {% endblock %} {% block extra_css %} {% endblock %} {% block shell_body %}
{% trans "Vorgangs-ID:" %} {{ obj.id }}
{% trans "Name:" %} {{ obj.full_name }}
{% trans "E-Mail:" %} {{ obj.work_email }}
{% trans "PDF:" %} {% trans "PDF öffnen" %}
{% trans "Datei:" %} {{ obj.generated_pdf_path }}
{% trans "PDF wird im Hintergrund erstellt." %}
{% endif %}