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

My Questions

{% for question in questions %}
{{ question.title }}
Asked on: {{ question.date_created }}
{% endfor %} {% if total > 10 %} {% endif %} {% endblock %}