{% for extraOptionType in row.extra_option %} {% if value == extraOptionType.id %} {{ extraOptionType.value }} {% endif %} {% endfor %}