{% load static %} {% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='rent_ative' %}
{% include 'web/include_comman/right_top.html' %}
{% comment %}

{{title}}

{% endcomment %}
Rent
{% include 'web/message.html' %}
{% if rent_list %} {% comment %} {% endcomment %} {% if request.user.roles_id == 1 %} {% endif %} {% for rent in rent_list %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %}
S.No. Rent Validity Price CountryAdd Other countryStatusAction
{{forloop.counter}} {{rent.name}} {{rent.validity}} Month {{rent.price}} {% if rent.country %} {{rent.country.name}} {% else %} No country assigned {% endif %} {% if rent.rent_status == 1 %} Deactivate {% elif rent.rent_status == 0 %} Activate {% endif %}
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% include 'web/include_comman/footer.html' %}