{% if title %}

{{ title }}

{# Hides title element entirely if value is empty str #} {% elif title is None %}

References

{% endif %} {% if description %}

{{ description }}

{% endif %}
{% for reference in data %}

{{ reference.name }} Email: {{ reference.email }}

{{ reference.company }} Phone: {{ reference.phone_number.as_national }}

{% empty %}

No references yet.

{% endfor %}