{% extends "custom_field_list.tpl.html" %} {% block field %}
{% for index, value in custom_field.VALUES %} {% block i18n_input %} {% endblock %} {% endfor %} {% if custom_field.REPEATABLE %} {% endif %}
{% if custom_field.REPEATABLE == "1" %} {% endif %} {% endblock %}