{% if user.is_authenticated %} {% else %} Home {% endif %}
  • POS {% comment %} (current) {% endcomment %}
  • Product
  • Dashboard
  • Bills
  • Employee
{% if user.is_authenticated %} Welcome, {{ user.get_full_name }} !   {% else %} {% endif %}