{% if questions %}
FOSS | Tutorial | Min | Sec | Question | Date | Views | Answers | User | {% for question in questions %}
---|---|---|---|---|---|---|---|---|
{{ question.category|truncatechars:12 }} | {{ question.tutorial|truncatechars:12 }} | {{ question.minute_range }} | {{ question.second_range }} | {{ question.title|truncatechars:40 }} | {{ question.date_created|date:"d-m-y" }} | {{ question.views}} | {{ question.answer_set.count }} | {{ question.user|truncatechars:10 }} |