{% for x in from %}
{% if x.0 %}
{{x.0}} <{{x.1}}>
{% else %}
{{x.1}}
{% endif %}
{% endfor %}
{% for x in to %}
{% if x.0 %}
{{x.0}} <{{x.1}}>{% if not forloop.last %}, {% endif %}
{% else %}
{{x.1}}{% if not forloop.last %}, {% endif %}
{% endif %}
{% endfor %}
{% for x in cc %}
{% if x.0 %}
{{x.0}} <{{x.1}}>{% if not forloop.last %}, {% endif %}
{% else %}
{{x.1}}{% if not forloop.last %}, {% endif %}
{% endif %}
{% endfor %}