{% extends "base.html" %} {% block title %} Categories {% endblock %} {% block content %}
JustLastVersions: ({{ LastVersions|length }})
{% for ans in LastVersions %} {{ ans }}, {% endfor %}


JustHistories: ({{ Histories|length }})
{% for ans in Histories %} {{ ans }}, {% endfor %}


Both : ({{ Both|length }})
{% for ans in Both %} {{ ans }}, {% endfor %}
{% endblock %}