{% extends "matrixhosting/base.html" %} {% load static i18n %} {% block content%} {% csrf_token %}
{% for object in object_list %} {% if object.ending_date %} {% else %} {% endif %} {% endfor %}
# Description Starting At Config Pricing Plan OneTime Price Recurring Price Ending At
{{ object.id }} {{ object.description }} {{ object.starting_date }} {{ object.config }} {{ object.pricing_plan}} {{ object.one_time_price }} {{ object.recurring_price }} {{ object.ending_date }}
{% endblock %} {% block js_extra %} {% endblock %}