{% block extra_css %}{% endblock %}
SBMS Connect
Sistem Kasir
Admin Panel
Report
{% if perms.transaction.add_transaction or perms.transaction.change_transaction %}
Cashier
{% endif %}
{% if user.is_authenticated %}
Hai {{ user.username }}
{% csrf_token %}
Logout
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}