{% extends 'adminsection/base.html' %} {% load static %} {% block content %}

Assign Services

Assign Services:

{% csrf_token %} {% for o in Services %} {% endfor %}
# Service Name Service Price Action
{{ forloop.counter }} {{ o.ServiceName}}

Total

{% endblock %}