{% extends 'base_public.html.twig' %} {% block title %}Prüfungsformular{% endblock %} {% block body %}

{{ inspection.title }}

Prüfungsinformationen

Anlage: {{ inspection.container.name }}

Nächste Prüfung: {{ inspection.nextInspection|date('d.m.Y') }}

{% if inspection.description %}

Beschreibung: {{ inspection.description }}

{% endif %}

{% if inspection.template %}
Prüfungsformular
{% else %}
Für diese Prüfung wurde kein Formular-Template zugewiesen.
{% endif %}
{% endblock %}