{% load i18n %}

{% trans 'Step type' %}

{{ step_type_form.step_type }}
{% if property.is_range_step_type %}

{% trans 'Step range' %}

{{ step_form.step }}
{% endif %} {% if property.is_steps_step_type %}

{% trans 'Steps' %}

{% for step in property.steps.all %} {% endfor %}
{% trans 'Delete' %}
{% endif %}