{% load i18n %}

{% trans "Signup for our newsletter!" %}

{% if not form.instance.pk %} {% include "newsletter_signup/partials/signup_form.html" %} {% else %}

{% trans "You should receive a verification email in a few minutes, please click the activation link to start your subscription." %}

{% endif %}