{% extends 'base.html' %} {% block title %}Inbox ({{ len(questions) }}){% endblock %} {% set inboxLink = 'active' %} {% block content %} {% if questions != [] %} {% for question in questions %}
{{ question.content }}