{% extends "layout.html" %} {% block title %}{% if entity.name.len() > 0 %}{{entity.name}}{%else%}Create Entity{% endif %}{% endblock %} {% block description %}{{entity.description}}{% endblock %} {% block head %} {% endblock %} {% block content %}

Entity {{entity.name}}

{% if entity.key.to_string() != "00000000-0000-0000-0000-000000000000" %} ➕ Add Contact ➕ Add Note ➕ Attach File {% endif %} {% if entity.external_accounting_id != "" %} View Invoices {%endif%}
{% if contacts.len() > 0 %}

Contacts

{% endif %}
{% if notes.len() > 0 %}

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

{% endif %}
{% if files.len() > 0 %}

Files

{% for file in files %} {% endfor %} {%else%}

Attach Your First File

Attach a file relating to this entity. Anything from receipts to documents that you want organized with this entity.

{% endif %}
{% endblock %}