{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block bg_primary %} {% include "jobs/bg_primary.html" %} {% endblock %} {% block title %}Newsletetr {% endblock %} {% block content %}

NewsLetter YouTax

Your email address for sending our periodic news

{% if email %}

{{ email }} has been {{ action }}.

{% endif %}
{% if form %}
{% csrf_token %} {{ form|crispy }}
{% endif %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% endblock %}