{% extends "causal/base.html" %} {% load extras %} {% load media_loaders %} {% block head %} History {% load_css "cupertino/jquery-ui.css" %} {% load_css "tabs.css" %} {% load_js "jquery-ui.min.js" %} {% endblock head %} {% block primary %}
{% if services %} {% for items in days %} {% endfor %} {% else %} {% if request.user.is_authenticated %}

No configured services yet!

Why not head over to your settings page to set some up?

{% else %}

No Shared Services

This user is feeling a little shy and isn't sharing anything, move along. {% endif %} {% endif %}
{% for service in services %}
{% endfor %}
{% endblock primary %}