{% if not config.ADMINLTE_LEGACY_USER_MENU and user.is_authenticated %}
User Image
{% if config.ADMINLTE_PROFILE_ENDPOINT %} {{ user.get_full_name() }} {% else %} {{ user.get_full_name() }} {% endif %}
{% endif %}