{% url 'configuration:survey' selected_component=item.type selected_id=item.id as select_url %}
{% if component != selected_component or item.id != selected_id %} {% endif %}
{{item.str}}
{% if component != selected_component or item.id == selected_id %}
{% endif %} {% if item.email %} ( {{item.email}} ) {% endif %} {% if component == selected_component and item.id == selected_id %} {% include "./survey_edit_item.html" %} {% endif %}