{% extends "custom_page/home/base.html" %} {% load flatblock_tags thumbnail %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {% block content %}
{% if banner_and_text_link %} {{ banner_and_text.text }} {% else %} {{ banner_and_text.text }} {% endif %}
{% flatblock "Charity Ball" %}
{% flatblock "get costume" %}
{% comment %} {% endcomment %}
{% if upcoming_event %} UPCOMING EVENT More Events... {% else %} PREVIOUS EVENT More Events... {% endif %}
LATEST NEWS
GALLERY

{% if upcoming_event %} {% for event in upcoming_event %}
{{event.date_of_event|date:"d" }}
{{event.date_of_event|date:"M Y" }}
{{event.get_description_peek|safe|truncatewords:20}}
Read more
{% endfor %} {% endif %}

CERDAS BANG! PROGRAM



Everything starts with a dream. Our dream is a program we call : " Cerdas BANG !"
We, the Alumni of USC in Indonesia club ...
Read more
{% for object in object_list %}
{{ object.publish|date:"M d, Y" }} {{object.body_markup|safe|truncatewords:20}}
Read more
{% endfor %}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %}
{% endblock %}