{% extends "management/base.html" %} {% load static i18n humanize mathfilters base_tag management_tag %} {% block page_title %} {% get_management_roles as MANAGEMENT_ROLES %}
{% if request.session.active_role == MANAGEMENT_ROLES.agent_role %} {% endif %}

Product Info.

{% if request.session.active_role == MANAGEMENT_ROLES.agent_role %}
{% endif %}
{% endblock page_title %} {% block content %} {% get_management_roles as MANAGEMENT_ROLES %}

{{product.agency.name}} {% get_product_status_badge product=product %}

{{ product.full_address }}

Added Date: {{ product.added_at }}

{{ product.num_bedroom|floatformat:0 }} bed{% if not product.num_bedroom.length == 1 %}s{% endif %} {{ product.num_bathroom|floatformat:0 }} bath{% if not product.num_bedroom.length == 1 %}s{% endif %} {{ product.sqft|floatformat:"-2"|intcomma }}sqft

{% if request.session.active_role == MANAGEMENT_ROLES.agent_role %}
Owners

{% for owner in product.owners %} {{owner.name}} {% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}
Description

{{ product.description|safe }}

{% if request.session.active_role == MANAGEMENT_ROLES.owner_role and product.owners.count > 1 %}
Owners

{{product.owners.count}} people

{% endif %} {% if product.status == 'INVESTMENT' and investment %}
Amount

{{investment.amount|filter_safe_money_read_from_db|floatformat:"-2"|intcomma}}

Investors

{{investment.investment_product.investments.count}} people

{% else %}
Tenants

{{ product.num_people_under_lease }} / {{ product.max_num_people }} people

Rent

{{ product.rent_under_lease|floatformat:"-2"|intcomma }}

{% endif %}
Facts and Features
Type
{{ product.property_type }}
Year Built
{{ product.built_year }}
{% if product.amenities.heater %}
Heating
{{ product.amenities.heater }}
{% endif %} {% if product.amenities.cooling %}
Cooling
{{ product.amenities.cooling }}
{% endif %}
Parking
{{ product.num_parking|floatformat:"0" }} space(s)
{% if product.amenities.lot_sqft > 0 %}
Lot
{{ product.lot_sqft|floatformat:"-2"|intcomma }} sqft
{% endif %}
{% if product.status == 'INVESTMENT' and stage_list %}

Investment Steps

{% include "investment/partials/investment_step_module.html" with stage_list=stage_list investment_id=investment.id %}
{% endif %}
{% if product.map_url %}

Markers Google Map

{% endif %}

Monthly Income

{% if product.plan_image_url %}

House Plan

{% endif %}
More Info

Tenant List

{% for lease in leases %} {% empty %} {% endfor %}
Room Name Phone Rent Deposit
{{ lease.room_num }} {{ lease.tenant_name }} {{lease.status}} {{ lease.tenant_phone_number }} {{ lease.rent|floatformat:"-2"|intcomma }} {{ lease.deposit|floatformat:"-2"|intcomma }}
No Tenants
{% for lease in leases %} {% empty %} {% endfor %}

Room {{ lease.room_num }} {% get_lease_status_badge status=lease.status %}

{{ lease.tenant_name }}

Phone {{ lease.tenant_phone_number }}

Rent {{ lease.rent|floatformat:"-2"|intcomma }}

Rent Count {{lease.num_paid_rents}}

No Tenants
All Post

Maintenance List

{% for maintenance in maintenances %} {% empty %} {% endfor %}
TITLE WRITER DATE
{{maintenance.title}} {{maintenance.tenant.name}} {{maintenance.created_at|date:"M. j. Y."}}
No Posts
{% for maintenance in maintenances %} {% empty %} {% endfor %}
{{ maintenance.get_status_display }} {{maintenance.title}}

{{maintenance.tenant.name}}

{{maintenance.created_at|date:"M. j. Y."}}

No Posts
{{rent_payment}}
{% endblock content %} {% block modal %} {% for stage in stage_list %} {% for step in stage.steps %} {% if step.description or step.contract.count > 0 or request.user.is_superuser %} {% include "investment/partials/investment_step_modal.html" with step=step %} {% endif %} {% endfor %} {% endfor %} {% endblock modal %} {% block third_party %} {% endblock third_party %}