{% if id.is_none() %}{% endif %}

{% if let Some(id) = id %} {% else %} {% endif %}
{% if id.is_none() %}
{% endif %}