{% extends 'base.html' %} {% block title %}{{ _('Inbox') }} {% if len(questions) > 0 %}({{ len(questions) }}){% endif %}{% endblock %} {% set inboxLink = 'active' %} {% block additionalHeadItems %} {% endblock %} {% block content %} {% if questions != [] %}
{{ question.cw }}