{% comment %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{{title}}
{% endcomment %}Rent
{% include 'web/message.html' %}
{% if rent_list %}
{% else %}
{% endif %}
S.No. | Rent | Validity | Price | Country | {% comment %}Add Other country | {% endcomment %} {% if request.user.roles_id == 1 %}Status | {% endif %}Action | |
---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{rent.name}} | {{rent.validity}} Month | {{rent.price}} | {% if rent.country %} {{rent.country.name}} {% else %} No country assigned {% endif %} | {% comment %}{% endcomment %} | {% if rent.rent_status == 1 %} Deactivate {% elif rent.rent_status == 0 %} Activate {% endif %} | {% comment %}{% endcomment %} |