{% if block.content.contact_type == "mobile" %}
{{block.content.phone_number}}
{% endif %} {% if block.content.contact_type == "email" %}
{{block.content.email}}
{% endif %}