{% extends "answers/base.html" %} {% load i18n %} {% block document %}

Latest questions

{% if question_list %} {% for question in question_list %} {% include "answers/question_short.html" %} {% endfor %} {% else %} No Questions yet {% endif %}
{% endblock %}