{# templates/partials/_header.html #}
Aiviro Logo

{{ scenario_name }}

{# Format datetime using strftime method #}

{% trans %} {{ report_header_start }} {% endtrans %} {{ start_time.strftime('%d.%m.%Y %H:%M') }}

{# Format timedelta using the custom filter #}

{% trans %} {{ report_header_duration }} {% endtrans %} {{ duration | format_duration }}