{% extends 'root/base.html' %} {% load static %} {% block title %} System Settings {% endblock %} {% block maincontent %}

System Settings


{% csrf_token %}
User Password

Select the appropriate password policy

Select the number of incorrect login attempts
System Attributes

Select system idle duration

Select the message display time

Select your theme color

Select the number of records to be displayed
Attachment Data

Select the attachment size

Select the type of extensions
Application Data
{% if acct_assignment_category.0 == '1' %} {% elif acct_assignment_category.0 == '0' %} {% else %} {% endif %} Can have multiple account assignment categories in shopping cart
{% if purchase_group.0 == '1' %} {% elif purchase_group.0 == '0' %} {% else %} {% endif %} Can have multiple purchasing groups in shopping cart
{% if edit_address.0 == '1' %} {% elif edit_address.0 == '0' %} {% else %} {% endif %} Can edit current shipping address in shopping cart
{% if recently_viewed_items.0 == '1' %} {% elif recently_viewed_items.0 == '0' %} {% else %} {% endif %} Can view recently viewed items in home page
{% if frequently_purchased_items.0 == '1' %} {% elif frequently_purchased_items.0 == '0' %} {% else %} {% endif %} Can view frequently purchased items in home page
{% if change_shipping_address.0 == '1' %} {% elif change_shipping_address.0 == '0' %} {% else %} {% endif %} Add or update a new shipping address
{% if limit_item.0 %} {% elif limit_item.0 == 0 %} {% else %} {% endif %} Add a limit item to shopping cart
{% if add_favourites.0 == '1' %} {% elif add_favourites.0 == '0' %} {% else %} {% endif %} Save shopping cart to your favourites
 
{% endblock %}