{% extends "@PimNotification/Email/notification.html.twig" %} {% block title %} Akeneo batch {{ jobExecution.jobInstance.type }} {% endblock %} {% block link %} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block emailMessage %}

{% if jobExecution.status.unsuccessful %} Akeneo completed your "{{ jobExecution.jobInstance.label }}" job with errors. {% else %} Akeneo successfully completed your "{{ jobExecution.jobInstance.label }}" job. {% endif %}

Started on {{ jobExecution.startTime|date("Y-m-d") }} at {{ jobExecution.startTime|date("H:i:s") }}.
Ended on {{ jobExecution.endTime|date("Y-m-d") }} at {{ jobExecution.endTime|date("H:i:s") }}.

Results:

{% endblock %} {% block emailUserAction %} {% if akeneo_pim_url is not empty %} View summary {% else %}

You should set the AKENEO_PIM_URL environment variable to view summary.

{% endif %} {% endblock %}