{% extends 'example/base.html' %} {% load i18n %} {% load humanize %} {% block details %} {% if user.groups.filter(name='Member').exists %}

Skyhook Timers

You are a member and can only view the timers.

{% elif user.is_superuser %}

Skyhook Timers

Add Timer {% else %}

You do not have access to this plugin.

{% endif %} {% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}