{% extends 'materialize_nav/base.html' %} {% load slat_ldap %} {% block contents %} {% if user.is_authenticated %}
{% render_user_image user %}
{{ user.get_full_name }} is currently logged in.
{% endif %}

Login

{% csrf_token %} {{ form.as_p }} {% if not hidden_input %} {% endif %}
{% endblock %}