{% include 'admin_sidebar.html' %}
{% csrf_token %}
| Serial No. |
Name |
Price |
Status |
Action |
{% if backendcontrol_data %}
{% for obj in backendcontrol_data %}
| {{obj.serialno}} |
{{obj.name}} |
{% ifequal obj.pricefield 'yes' %}{{obj.price}}{% else %}--{% endifequal %} |
{% ifequal obj.pricefield 'yes' %}--{% else %}{{obj.status}}{% endifequal %} |
{% ifequal obj.pricefield 'yes' %}
{% else %}
{% endifequal %}
{{obj.id}}
|
{% endfor %}
{% endif %}
{% if alltimeslots.has_other_pages %}
{% endif %}
{% if radiusControlData %}
{% csrf_token %}
| Serial No. |
Distance |
Parameters |
Status |
Action |
{% if radiusControlData %}
{% for obj in radiusControlData %}
| {{obj.serialno}} |
{{obj.distance}} |
{{obj.parameters}} |
{{obj.status}} |
{% ifequal obj.status 'Enabled' %}
{% else %}
{% endifequal %}
{{obj.id}}
|
{% endfor %}
{% endif %}
{% if alltimeslots.has_other_pages %}
{% endif %}
{% endif %}
{% include 'admin_footer.html' %}