{% extends 'base.html' %} {% load i18n bootstrap %} {% block breadcumbs %}
{% endblock %} {% block content %} {% trans "Go to Question form" %}{% trans "Subject" %} | {% trans "Responses" %} | {% trans "Status" %} | {% trans "Last Activity" %} |
---|---|---|---|
{{ question.subject }} | {{ question.response_count }} | {{ question.get_status_display }} | {{ question.last_activity|timesince }} {% trans "ago" %} |
{% trans "There are no questions." %} |