{% extends 'emails/base.html.twig' %} {% block title %}[Cron] {{ commandName }} — {{ executedAt|date('d/m/Y H:i') }}{% endblock %} {% block content %}

{{ commandName }}

Exécution du {{ executedAt|date('d/m/Y à H:i') }}

Résultat

{% for label, value in stats %} {{ label }} {{ value }} {% endfor %}
{% if details is defined and details|length > 0 %} {% include 'emails/_atoms/divider/divider.html.twig' only %}

Détails

{% for section, lines in details %} {% if lines|length > 0 %}

{{ section }}

{% for line in lines %} {{ line }} {% endfor %}
{% endif %} {% endfor %} {% endif %} {% include 'emails/_atoms/divider/divider.html.twig' only %}

Rapport automatique — cron Bubul.

{% endblock %}