{% extends "base.html" %} {% block content %} {% if user.is_staff %} <a href="/reg/event/create">Create an event</a><br /> {% endif %} <a href="/reg/event/list">List of Workshops</a> {% endblock %}