{% extends 'votebase/skeleton.html' %} {% load i18n graph_extras staticfiles %} {#Turn off responsive#} {% block head_css %}{% with responsive_off=1 %}{{block.super}}{% endwith %}{% endblock head_css %} {% block title %}{{ survey.title }}{% endblock %} {% block css %}{% endblock %} {% block skeleton %}
{# CONTENT #}
{# TITLE #}
{# SUBTITLE #}

{% block subtitle %}{% trans 'Survey statistics' %}{% endblock %}


{% block content %}
{{ html }}
{% endblock %}
{#
#}
{# {% include 'votebase/helpers/footer.html' with hidden_languages=1 %}#} {% endblock %}