{% comment %} Only show something if the option is about to change {% endcomment %} {% if not current_option == new_option %}
{% comment %} If selected option is None, it is being removed {% endcomment %} {% if new_option == "None" %} {% comment %} Otherwise differentiate between changing or adding based on current option {% endcomment %} {% else %} {% endif %}
{% endif %}