{% load i18n %}

{% trans 'Operations' %}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}

{% trans 'List Items' %}{% if type_data.length %} ({{ type_data.length }}){% endif %}

{% if type_data.items %}
{% for item in type_data.items %} {% endfor %}
{% trans 'Index' %} {% trans 'Value' %} {% trans 'Actions' %}
{{ forloop.counter0 }} {{ item }}
{% csrf_token %}
{% else %}

{% trans 'List is empty.' %}

{% endif %}