{% extends 'website/templates/base.html' %} {% load helpers %} {% block content %} {% if questions %}
These are the similar questions in: {% for category in categories %} {% if category %} {{ category }} {% endif %} {% if tutorial %} > {{ tutorial }} {% endif %} {% if minute_range %} > {{ minute_range }} min {% endif %} {% if second_range %} > {{ second_range }} sec {% endif %} Ask a new question. {% endfor %}

{% for question in questions %} {% endfor %}
No. FOSS Question Date Views Answers User
{{ question.category|truncatechars:12 }} {{ question.title|truncatechars:40 }} {{ question.date_created|date:"d-m-y" }} {{ question.views}} {{ question.answer_set.count }} {{ question.user|truncatechars:10 }}
{% else %}

There are no similar questions.

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