{% load static %}
{% block title %}POS 254 - Business Management System{% endblock %}
{% block extra_css %}{% endblock %}
{% if shop.logo %}
{% else %} {% if shop.name %}
{{ shop.name }}
{% else %}
POS 254
{% endif %} {% endif %}
{{ user.username }}
Profile
Edit Profile
Change Password
Logout
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}