{% extends "base.html" %} {% load i18n django_bootstrap5 utils %} {% block title %}{% translate 'Deployments' %} · {{ block.super }}{% endblock %} {% block content %} {% for value, label in filters %} {{ label }} {% endfor %}