{% load i18n %} {% load static %}
{% for backend in backends %}
{% if operation is not None and 'available_operations' in backend and operation not in backend.available_operations %} {# hidden checkbox #} {% else %} {% endif %}
{% endfor %}