{% extends "base.html" %} {% block content %} {% if not user.is_authenticated %} Welcome Guest.

You can know about workshops by clicking on workshops link on the left.
{% else %} Welcome {{user.get_full_name}}

{% endif %} {% if user.is_active and registered_events %} You have registered for the following workshops: {% endif %} {% if user.is_staff %} Create an event
{% endif %} {% endblock %}