{% extends 'website/templates/base.html' %} {% block content %} {% load count_tags %}

Recent Questions

{% for question in questions %} {% endfor %}
FOSS TUTORIAL MIN SEC QUESTION DATE VIEWS USER
{{ question.category|truncatechars:15 }} {{ question.tutorial|truncatechars:15 }} {{ question.minute_range }} {{ question.second_range }} {{ question.title|truncatechars:45 }} {{ question.date_created|date:"y-d-m" }} {{ question.views}} {{ question.user }}
{% if total > 10 %} {% endif %} {% endblock %} {% block javascript %} {% endblock %}