{{ question.title }} {% if not question.get_responses %}{% trans "no responses" %}{% else %}{{ question.get_responses|length }} responses{% endif %} {% if question.accepted %}{% trans "accepted" %} {% endif %} {% if question.user.is_staff %}{% trans "staff" %} {% endif %} by {{ question.get_name }}