{% load i18n static waf_utils %}

{% trans "RB Copies Block Title" %}

{% if tab_name == "models" %} {% endif %}
{% with data=rollback_data|dict_key:key.id|dict_key:tab_name %}
{% for copy_id, copy in data.items %} {% empty %}

{% trans "RB No Copies Available" %}

{% endfor %}
{% if data.items and data.items|length > 5 %}
{% endif %} {% endwith %}