{% load i18n %}

{% trans 'Select field options' %}

{% for option in property.options.all %} {% endfor %}
{% trans 'Position' %} {% trans 'Name' %} {% trans 'Price (optional)' %}
{% trans 'Delete' %}