{% extends "base/base.html" %} {% load static %} {% block css %} {% if 'ldap_auth' in PLUGINS_ENABLED %} {% endif %} {% if 'globus' in PLUGINS_ENABLED %} {% endif %} {% if 'saml_auth' in PLUGINS_ENABLED %} {% endif %} {% endblock %} {% block content %}
{% include 'messages/message.html' %} {% if user and not user.is_anonymous %}

Hello, {{ user.get_full_name }}!


{% else %}
{% endblock %} {% block footer %} {% include 'main/footer.html' %} {% endblock %}