{% extends "base.html" %} {% load wikify ethertoff_tags %} {% block bodyclasses %}pad-00md{% endblock %} {% block title %}

Index

{% endblock %} {% block content %} {% for set_of_articles in articles %} {% if sort == "participants" %}

{{ set_of_articles.key|un_alphabetise }}

{% elif sort == "date" %} {% with set_of_articles.key|to_date_obj as date %} {% if date.minute == 0 and date.hour == 0%}

{{ date|date:"F j, o" }}

{% else %}

{{ date|date:"F j, o H:i" }}

{% endif %} {% endwith%} {% else %}

{{ set_of_articles.key }}

{% endif %} {% endfor %} {% endblock %} {% block rightside %} {% if author %} {% endif %} {% endblock %} {% block extraui %} {% if not user.is_authenticated %} {% endif %} {% endblock %}