{% extends "causal/base.html" %} {% load extras %} {% load media_loaders %} {% block head %} Latest {% load_css "cupertino/jquery-ui.css" %} {% load_css "tabs.css" %} {% load_js "jquery-ui.min.js" %} {% endblock head %} {% block primary %}
    {% if connections %}

    Today ({{total}})

    1. {% for connection in connections %}
    2. {% if connection.title %}{{connection.title|safe}} {%endif%}{{connection.body|safe}}

      {{connection.created_date|date:"D H:m"}}
    3. {% endfor %}
    {% else %} This user is feeling a little shy and isn't sharing anything, move along. {% endif %}
{% endblock primary %}