{% with s=p.person %}
{% for n in p.names %} {% endfor %}
{% for n in p.first_names %} {% endfor %}
{% endwith %}