{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n staticfiles sendinblue %} {% block extra_css %} {{ block.super }} {% endblock %} {% block titletag %}SendInBlue{% endblock %} {% block content %} {% get_current_language as LANGUAGE_CODE %} {% include 'wagtailadmin/shared/header.html' with title='SendInBlue' icon='fa-envelope' %}

{% trans 'Welcome' %}

{% trans 'You have not yet configured your SendInBlue account' %}

{% blocktrans with atag=sendinblue_link|safe %}If you haven't done so yet, you must create an account on {{ atag }}.{% endblocktrans %}

{% trans 'Go to the SendInBlue settings' %} {% trans 'Create a SendInBlue account' %}
{% endblock %}