{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block description %}User Dashboard{% endblock %} {% block head %} {% endblock %} {% block content %}

{{user.email}} {{organization.name}}

➕ add project ➕ add board ➕ add products & services ➕ add entity ➕ Add Note ➕ Attach File
{% if projects.len() > 0 %}

Your Projects

{% for project in projects %} {% endfor %}
{% else %}

Create Your First Project

Keep track of the different projects you have across your marketing, sales, R&D, business development, and executive teams.

Create tasks, schedules, and milestones. Keep organized notes, documentation and files relevant to the project in one easily accessible place.
{% endif %}
{% if user_boards.len() > 0 %}

Your Boards

{% for board in user_boards %} {% endfor %}
{% else %}

Create Your First Board

Track and filter tasks with boards to help you manage tasks across lots of projects and teams.

Customize columns and filters to view what's happening exactly how you need
{% endif %}
{% if service_items.len() > 0 %}

Services and Products

{% for service_item in service_items %} {% endfor %}
{% else %}

Import your items and services from akaunting or add some

Link your projects and tasks to items and services to help organize and visualize your operations even better.

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

Entitys

{% for entity in entitys %} {% endfor %}
{%else%}

Import your customers and suppliers from akaunting or add some

Link different entities to tasks, projects, items and services to help organize and automate your operations to the fullest.

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

Global Rolodex

{% for contact in contacts %} {% endfor %}
{% endif %}
{% if notes.len() > 0 %}

Notes & Docs

{% for note in notes %} {% endfor %}
{%else%}

Add Your First Note

Create a note at the Organization level: internal documentation, onboarding, style guides and employee guide lines can be created and accessible by all teams across all projects

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

Files

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

Attach Your First File

Attach a file to be visible for the organization. Easily share and access files you store here.

{% endif %}
{% endblock %}