{% if client_status != 1 %}
{% if settings.googleoauth == 1 or settings.facebookoauth == 1 %}
Or login with: {% if settings.googleoauth == 1 %} {% endif %} {% if settings.facebookoauth == 1 %} {% endif %}
{% endif %}
{% else %} {% endif %}
{% block content %}{% endblock %}