{% load i18n %} {# List value display template #}
| {% trans 'Index' %} | {% trans 'Value' %} |
|---|---|
{% if is_paginated %}{{ start_index|add:forloop.counter0 }}{% else %}{{ forloop.counter0 }}{% endif %} |
{{ item }} |
{% trans 'List is empty' %}
{% endif %}