{% if social_logins %}
{% if authomatic_result and authomatic_result.error %}
{{authomatic_result.error}}
{% endif %}

With social media account

{% for social in social_logins %} {% set template = 'social/' + social + '/login_snippet.html' %} {% include template %} {% endfor %}
{% endif %}

With email

{{form|safe}}

Forgot your password?

Don't have an account? Sign up!