{% extends 'core/base.html' %} {% block title %}System Activation{% endblock %} {% block topbar_title %}Activate SwiftPOS{% endblock %} {% block sidebar %}{% endblock %} {% block topbar %}{% endblock %} {% block content %}

System Activation

Enter the activation code to unlock the system.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
{% endblock %}