{% load static %} {% if page.newsletter_subscribe_url or page.root_page.newsletter_subscribe_url %}

{% if self.title_line_1 %} {{ self.title_line_1 }} {% else %} Odebírej náš {% endif %}
{% if self.title_line_2 %} {{ self.title_line_2 }} {% else %} newsletter {% endif %}

{% if self.description %} {{ self.description }} {% elif page.newsletter_description %} {{ page.newsletter_description }} {% else %} Fake news tam nenajdeš, ale dozvíš se, co chystáme doopravdy! {% endif %}

{% csrf_token %}
{% include 'styleguide2/includes/atoms/form_fields/form_input.html' with name="name" placeholder='Jméno' classes='mb-3 md:w-96 lg:!w-[11.5rem]' %} {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with name="surname" placeholder='Příjmení' classes='mb-3 md:w-96 lg:!w-[11.5rem]' %}
{% include 'styleguide2/includes/atoms/form_fields/form_input.html' with name="email" placeholder='Tvůj email' classes='mb-3 w-full md:w-96' value='' %} {% include 'styleguide2/includes/atoms/buttons/round_button_form.html' with text='Odebírat' show_arrow_on_hover=True %}
{% endif %}