{% extends 'base.html' %} {% block title %}Inbox {% if len(questions) > 0 %}({{ len(questions) }}){% endif %}{% endblock %} {% set inboxLink = 'active' %} {% block content %} {% if questions != [] %} {% for question in questions %}
Are you sure you want to delete this question?