{% extends 'base.html' %} {% load i18n static %} {% block content %}

{{ dealer.get_local_name }}

{% trans 'Joined' %} {{ dealer.joined_at|timesince}} {% trans 'ago' %}

{% trans 'last login'|capfirst %}

{{ dealer.user.last_login|date:"D M d, Y H:i" }}

{% trans 'Total users'|capfirst %}

{{ dealer.staff_count }} / {{ allowed_users }}

{% trans 'Subscription' %}
{% if dealer.user.userplan.active %} {% trans 'Active' %} {% else %} {% trans 'Expired' %} {% endif %}

{% trans 'Default Address' %}

{% trans 'Address' %}

{{ dealer.address}}

{% trans 'Email' %}
{{dealer.user.email}}
{% trans 'Phone' %}
{{ dealer.phone_number }}

{{ dealer.user.userplan.plan|capfirst }}

{% trans 'most valuable'|upper %}

{% trans 'Active until' %}: {{ dealer.user.userplan.expire}}

{{ dealer.user.userplan.plan.planpricing_set.first.price }} {% trans 'SAR' %}

Per month
{{ dealer.user.userplan.plan.description}}

57 new orders

Awating processing

5 orders

On hold

15 products

Out of stock

Pricing

Startup

For individuals who are interested
in giving it a shot first.

Free

Forever
  • Up to 4 Members
  • 3 Collaboration projects

Standard

For teams that need to create
project plans with confidence.

$14.99

Per month
  • Up to 8 Members
  • Create & Share libraries
  • 10 Collaboration projects

Business Plus

recommended

For teams that need to manage
work across initiatives.

$49.99

Per month
  • Technical Supports
  • Up to 20 Members
  • Create & Share libraries
  • Unlimited Collaboration

Enterprise

For organizations that need
additional security and support.

$149.99

Per month
  • 24/7 VIP Support
  • Automated analytics
  • Unlimited Members*
  • Create & Share libraries
  • Centralized billing

Startup

For individuals who are interested
in giving it a shot first.

Free

Forever
  • Up to 4 Members
  • 3 Collaboration projects

Standard

For teams that need to create
project plans with confidence.

$179.88

Per year
  • Up to 8 Members
  • Create & Share libraries
  • 10 Collaboration projects

Business Plus

recommended

For teams that need to manage
work across initiatives.

$599.88

Per year
  • Technical Supports
  • Up to 20 Members
  • Create & Share libraries
  • Unlimited Collaboration

Enterprise

For organizations that need
additional security and support.

$1,799.88

Per year
  • 24/7 VIP Support
  • Automated analytics
  • Unlimited Members*
  • Create & Share libraries
  • Centralized billing

Business Starter, Business Standard, and Business Plus plans can be purchased for a maximum of 300 users. There is no
maximum user limit for Enterprise plans.

Phoenix customers may have access to additional features for a limited
promotional period.

Included in our all packages

Timeline

Advanced Search

Custom fields

New

Task dependencies

20TB of additional space

Bandwidth of Upto 1 Gbps

Private teams & projects

Customer Support and Training

{% endblock %}