{% load i18n %} {% for op in ops %} {% if op.is_disk_operation %} <a href="{{op.get_url}}" class="btn btn-success btn-xs
operation operation-{{op.op}}">
<i class="fa fa-{{op.icon}}"></i>
{{op.name}} </a> {% endif %} {% endfor %}