{% if contacts.len() > 0 %}
Contacts
-
{% for contact in contacts %}
- {{contact.first_name}} {{contact.last_name}} {% endfor %}
{% if notes.len() > 0 %}
{% endif %}
Notes & Docs
{% for note in notes %} {% endfor %} {%else%}Add Your First Note
Create a note about this entity, these are private to you and allow you to keep internal notes on vendors, clients, contractors or any other entitys you keep track of
{% if files.len() > 0 %}
{% endif %}