{% load i18n %}

{% trans 'Automation' %}

{% if settings.sendinblue.SendinBlueSettings.automation %}

{% if automation_scenarios %} {% blocktrans trimmed count automation_scenarios=automation_scenarios %} You have {{ automation_scenarios }} scenario. {% plural %} You have {{ automation_scenarios }} scenarios. {% endblocktrans %} {% else %} {% trans "You don't have any scenario yet." %} {% endif %}

{% else %}

{% trans 'You have not configured automation on you account' %}

{% endif %}
{% if settings.sendinblue.SendinBlueSettings.automation %} {% trans 'Open Automation module' %} {% else %} {% trans 'Go to the SendInBlue settings' %} {% endif %}