{% extends 'base.html' %} {% load i18n media_tags %} {% block content %}
{% trans "all" %} | {% for type in types %} {{ type }} {% if not forloop.last %} |{% endif %} {% endfor %}