{% extends "manage/criteria/base_criterion.html" %} {% block operators %} {% include "manage/criteria/selection_operators.html" %} {% endblock %} {% block value %} {% for country in countries %} {{ country.name }} {% endfor %} {% endblock %}