{% extends "djangovoice/base.html" %} {% load i18n %} {% load url from future %} {% load djangovoice_tags comments %} {% load vote_buttons_for from qhonuskan_votes %} {% block title %}{{ title }}{% endblock %} {% block navbottom %} {% include "djangovoice/includes/navbottom.html" with active_tab='overview' %} {% endblock %} {% block content %}

{{ title }}

{% if object_list %} {% else %}

{% trans "No one has contributed any feedback yet. Be the first and submit some feedback!" %}

{% endif %} {% endblock %} {% block sidebar %} {% include "djangovoice/includes/sidebar.html" %} {% endblock %}