{% for entry in entries %}
{% if entry != 'B' %} {{ entry }} {% endif %}
{% endfor %}