{% 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
Détails
{% for section, lines in details %} {% if lines|length > 0 %}{{ section }}
Rapport automatique — cron Bubul.
{% endblock %}