{{ _('Lokole') }}
{{ _('Email for all') }}
 }})
{{ _('Send and receive emails with unlimited attachments for free.') }}
{% if not current_user.is_authenticated %}
{% if can_register_user %}
{{ _('Sign up') }}
{% else %}
{{ _('Login now') }}
{% endif %}
{% else %}
{{ _('Check your emails') }}
{% endif %}
{{ _('Learn more') }}
{% if not current_user.is_authenticated and can_register_user %}
{{ _('Already have an account?') }} {{ _('Login now') }}.
{% endif %}