Current section

Files

Jump to
zotonic_mod_authentication priv templates _authentication_services_connected.tpl
Raw

priv/templates/_authentication_services_connected.tpl

{% if m.acl.user %}
{% with m.identity[m.acl.user].all_types as idn_types %}
<ul class="list-unstyled social-login-list">
{% all include "_logon_extra.tpl" is_connect identity_types=idn_types %}
</ul>
{% endwith %}
{% endif %}