{% load i18n %}
{% trans "SciPy India 2009" %}
{% block head %} {% endblock %} {% block body %} {% endblock %}
SciPy.in
Home
Register
Photos
About
Contact
{% if user.is_authenticated %}
{{ user.username }}
{% trans "Logout" %}
{% else %}
Login
Register
{% endif %}
Links
Venue
Theme
Dates
{% block sidebar %} {% endblock %}
{% block centercontent %} {% endblock %}