{% extends "call_center/base.html" %} {% load i18n %} {% load staticfiles %} {% load url from future %} {% block title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block title %}{% trans 'DB Explorer' %}{% endblock %}{% endblock %} {% block topbar %} {% endblock %} {% block content %}Nothing to see here (at call_center/base_site.html)... Keep moving right along.{% endblock %} {% block footer %}
A product of the Sharp Big Data project
© Sharp Labs 2013-2014 and powered by Open Source!