{% extends 'core/base.html' %} {% load static %} {% block page_title %}{{page_title}}{% endblock page_title %} {% block content %}
{% if request.user.user_type == '1' %}

{{total_agents}}

My Agents

More info
{% endif %} {% if request.user.user_type == '1' or request.user.user_type == '2' %}

{{total_tenants}}

My Tenants

More info

{{total_properties}}

Properties

More info

{{total_units}}

Property Units

More info
{% endif %} {% if request.user.user_type == '3' %}

{{total_properties}}

Total Salary Paid

Payments since {{request.user.date_joined}}

{{total_units}}

Salary Owed

Month

{{total_units}}

Payslips

More info
{% endif %} {% if request.user.user_type == '4' %}

{{actual_rent_paid}}

Total Rent Paid

Payments since {{request.user.date_joined}}

{{actual_rent_owed}}

Rent Owed

Month

{{invoice_count}}

My Invoices

Explore
{% endif %}
{% if request.user.user_type == '1' or request.user.user_type == '2' %}

{{site_title}} Analytics

{% endif %} {% if request.user.user_type == '4' or request.user.user_type == '3' %}

Notice Board

{% if welcome_note %}

{{welcome_note.notice_type}}

{{welcome_note.description|safe}}

{% csrf_token %}
{% endif %}
{% for notice in notices %}

{{notice.notice_type}}

{{notice.description|safe}}

{% csrf_token %}
{% empty %}

No unread notices yet!

{% endfor %}
{% endif %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}