{% if user.is_authenticated %}

Welcome {{ user.first_name }}



{% include "publications/modals/doi.html"%} {% else %}
Login to View the Dashboard
{% endif %}