{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for cat, msg in messages %}
{% if config.get('module_voicemail', 'true') == 'true' %}
{{ msg }}
{% endfor %}
{% endif %}
{% endwith %}
Aktuelle Warteschlange
{% if active_tab == 'vm_inbox' %}Sprachbox Voicemail{% endif %} {% if active_tab == 'vm_archive' %}Archiv Voicemail{% endif %} {% if active_tab == 'fax_inbox' %}Faxeingang Dokumenten Management{% endif %} {% if active_tab == 'doc_inbox' %}Dokumente Ordner-Import{% endif %} {% if active_tab == 'fax_outbox' %}Faxausgang Dokumenten Management{% endif %} {% if active_tab == 'fax_review' %}Prüfliste Dokumenten Management{% endif %} {% if active_tab == 'contacts' %}Adressbuch{% endif %}
{% if active_tab == 'contacts' %}
{% endif %}
{% if active_tab == 'fax_review' and config.get('review_pin_enabled', 'false') == 'true' and not is_locked %}
Sperren
{% endif %}
{% if 'vm_' in active_tab %}
{% else %}
{% for vm in voicemails %}
{% else %}
{% endfor %}
{% endif %}
{% if active_tab in ['fax_inbox', 'doc_inbox', 'fax_review'] %}
{% if active_tab == 'fax_review' and is_locked %}
{% if vm.transcription == '[Transkription wird vorbereitet...]' or vm.transcription == '[Transkription läuft...]' %}
{{ vm.transcription }}
{% else %}
{{ vm.transcription }}
{% endif %}
Keine Voicemails vorhanden.
Prüfliste gesperrt
PIN eingeben, um vertrauliche Dokumente anzuzeigen.
{% for fax in faxes %}
{% else %}
{% endfor %}
{% endif %}
{% endif %}
{% if active_tab == 'fax_outbox' %}
{{ fax.title }}
{% if fax.resolved_name != fax.sender %}
{{ fax.resolved_name }}
{% else %}
{{ fax.sender }}
{% endif %}
-{{ fax.received_formatted }}
{% if active_tab in ['fax_inbox', 'doc_inbox'] and config.get('module_docs', 'true') == 'true' %}
Prüfen
{% endif %}
{% if config.get('module_gdt', 'false') == 'true' %}
{% endif %}
Keine Dokumente vorhanden.
{% for out in faxes_out %}
{% if out.status == 'Entwurf' %}
{% endif %}
{% else %}
{% endfor %}
{% endif %}
{% if active_tab == 'contacts' %}
{% if out.status != 'Entwurf' %}
{% if out.resolved_name and out.resolved_name != out.recipient %}
{{ out.resolved_name }}
{% else %}
{{ out.recipient }}
{% endif %}
{% endif %}
{{ out.created_formatted }}{% if out.note and out.status != 'Entwurf' %} - {{ out.note }}{% endif %}
{% if out.status == 'Erfolgreich' %}
Erfolgreich
{% elif out.status == 'Fehlgeschlagen' %}
Fehlgeschlagen
{% elif out.status == 'In Arbeit' %}
In Arbeit
{% endif %}
Keine ausgehenden Faxe.
Drucke ein Dokument über deinen PDF-Drucker.
{% for c in contacts %}
{% else %}
{% endfor %}
{% endif %}
{{ c.first_name }} {{ c.last_name }}
{% if c.patient_id %} #{{ c.patient_id }}{% endif %}
{% if c.company %}{{ c.company }}{% endif %}
{% if c.number %}{{ c.number }}{% endif %}
{% if c.fax_number %}{{ c.fax_number }}{% endif %}
Keine Kontakte vorhanden.