Home {% if current_user.admin %} Admin page {% endif %} {% if current_user.is_authenticated %} The event My Invitation Logout {% endif %} {% if not current_user.is_authenticated %} Login Otp Login {% endif %}