{% extends 'base.html' %} {% load static %} {% block title %} Backend Control {% endblock %} {% block css %} {% endblock %} {% block content %}
{% include 'admin_header.html' %}
{% include 'admin_sidebar.html' %}
{% csrf_token %} {% if backendcontrol_data %} {% for obj in backendcontrol_data %} {% endfor %} {% endif %}
Serial No. Name Price Status Action
{{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 %}
{% if alltimeslots.has_other_pages %}
    {% if alltimeslots.has_previous %}
  • «
  • {% else %}
  • «
  • {% endif %} {% for i in alltimeslots.paginator.page_range %} {% if alltimeslots.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if alltimeslots.has_next %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{% if radiusControlData %}
{% csrf_token %} {% if radiusControlData %} {% for obj in radiusControlData %} {% endfor %} {% endif %}
Serial No. Distance Parameters Status Action
{{obj.serialno}} {{obj.distance}} {{obj.parameters}} {{obj.status}} {% ifequal obj.status 'Enabled' %} {% else %} {% endifequal %}
{% if alltimeslots.has_other_pages %}
    {% if alltimeslots.has_previous %}
  • «
  • {% else %}
  • «
  • {% endif %} {% for i in alltimeslots.paginator.page_range %} {% if alltimeslots.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if alltimeslots.has_next %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{% endif %}
{% include 'admin_footer.html' %}
{% endblock %} {% block js %} {% endblock %}