{% load i18n %} {% load mptt_tags %} {% load servo_tags %} {% recursetree nodes %}
{{ node.name }}

{% if node.email %} {{ node.email }}
{% endif %} {% if node.phone %} {% with node.get_standard_phone as standard_phone %} {{ node.get_national_phone }}
{% endwith %} {% endif %} {% if node.street_address %} {{ node.street_address }}
{{ node.zip_code }} {{ node.city }} {% endif %} {% with node.fullprops.items as props %} {% if props %}
{% for k, v in props %} {{ k }}: {{ v }}
{% endfor %} {% endif %} {% endwith %} {% if node.notes %}

{{ node.notes|default:"" }}

{% endif %}
{{ children }} {% endrecursetree %}