{% extends 'root/base.html' %} {% load static %} {% block title %} Purchase Settings {% endblock %} {% block maincontent %}
Application help text here - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Et doloremque eveniet qui provident? Commodi dignissimos excepturi neque non ex reprehenderit? Amet quis suscipit reprehenderit saepe perspiciatis fugit totam dolorem harum.
Application help text here - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Et doloremque eveniet qui provident? Commodi dignissimos excepturi neque non ex reprehenderit? Amet quis suscipit reprehenderit saepe perspiciatis fugit totam dolorem harum.
Roles assigned to you
| Roles Description |
| {% if asg_role.role == 'SHOP'%} {{asg_role.role_desc}} {% elif asg_role.role == 'SHOP_ADMIN' %} {{asg_role.role_desc}} {% elif asg_role.role == 'SHOP_MANAGER' %} {{asg_role.role_desc}} {% elif asg_role.role == 'SHOP_PURCHASER' %} {{asg_role.role_desc}} {% elif asg_role.role == 'SHOP_PLUS' %} {{asg_role.role_desc}} {% elif asg_role.role == 'SHOP_ASSIST' %} accessibility_new {{asg_role.role_desc}} {% else %} {{asg_role.role_desc}} {% endif %} |
Your spending limit
| Spending limit |
| {{spending_limit}} |
Your Approver limit
| Approver limit |
| {{Approver_limit}} |