{% for teams in teams %}
{% endfor %}
{{ teams.fullName }}
{% if teams.email == null %}
{% else %}
{{ teams.email }}
{% endif %}{{ teams.function }}