{% extends 'custom_page/ausci_ball/base.html' %} {% load flatblock_tags %} {% load thumbnail %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {%block head%}AUSCI BALL{%endblock%} {% block content %}
{% include "custom_page/side.html" %}
{% for event in ausci_events %}
{{event.get_short_description|safe}}

{% endfor %}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %} {% endblock %}