{% if questions %}
{% for question in questions %} {% endfor %}
FOSS TUTORIAL MIN SEC QUESTION DATE USER
{{ question.category|truncatechars:12 }} {{ question.tutorial|truncatechars:12 }} {{ question.minute_range }} {{ question.second_range }} {{ question.title|truncatechars:40 }} {{ question.date_created|date:"y-m-d" }} {{ question.user }}
{% else %}

No results found . . .

{% endif %} {% block javascript %} {% endblock %}