{% if signin_form.flow_enabled %}
{% for hidden in signin_form.hidden_fields %}{{ hidden }}{% endfor %} {% csrf_token %} {% block fields %}{% endblock %}
{% include "sitegate/signin/form_remotes.html" with or_clause=1 %} {% else %} {{ signin_form.flow_disabled_text }} {% endif %}