{% macro render(p, withLink=true, withClosingInfo=false) %}{%spaceless %} {% if withLink %} {% endif %} {{ p.firstName }} {{ p.lastName }} {% if withClosingInfo %} {% if chill_person.fields.accompanying_period == 'visible' %} {% set is_open = p.isOpen() %} {% if is_open == false %} {% else %} {% endif %} {% endif %} {% endif %} {% if withLink %}{% endif %} {% endspaceless %} {% endmacro %}