{% load i18n compress %} {% load url from future %}
Core - by User Inspired
{% compress css %} {% block css %}
{% endblock %} {% endcompress %} {% compress js %} {% endcompress %} {% block media %} {% endblock %}
{% comment %}
{% csrf_token %}
{% ifequal LANGUAGE_CODE 'en' %}
Bahasa Indonesia
{% else %}
English
{% endifequal %}
- {% endcomment %}
{% firstof user.first_name user.username %}
-
{% trans "Logout" %}
{% if messages %} {% for message in messages %}
{{ message|safe }}
{% endfor %} {% endif %}
{% block sidebar %}
{% trans "Dashboard" %}
OPERATIONS
{% if perms.contact.view_contact %}
{% trans "Contacts" %}
{% trans 'Contacts' %}
{% trans 'Groups' %}
{% endif %} {% if perms.inventory.view_product %}
{% trans 'Products' %}
{% trans 'Products' %}
{% if 'product_item' in INSTALLED_APPS %}
{% trans 'Product Items' %}
{% endif %}
{% trans 'Categories' %}
{% trans 'Brands' %}
{% endif %} {% if perms.warehouse.view_warehouse and 'warehouse' in INSTALLED_APPS %}
{% trans 'Warehouses' %}
{% endif %} {% if perms.sales.view_sale %}
{% trans 'Sales' %}
{% endif %} {% if perms.purchases.view_purchase %}
{% trans 'Purchases' %}
{% endif %} {% if perms.deliveries.view_delivery %}
{% trans 'Deliveries' %}
{% trans 'Sales' %}
{% trans 'Purchases' %}
{% trans 'Inter Warehouse' %}
{% trans 'Transporters' %}
{% endif %}
ACCOUNTING
{% if perms.invoice.view_invoice %}
{% trans 'Invoices' %}
{% trans 'Sales' %}
{% trans 'Purchases' %}
{% endif %} {% if perms.journals.view_journal %}
{% trans 'Journals' %}
{% endif %}
OTHERS
{% trans 'Reports' %}
{% comment %}
{% trans 'Maintenance' %}
{% endcomment %}
{% endblock %}
{% block title %} {% if title or form.title %}
{% firstof title form.title %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
{% compress js %} {% endcompress %} {% block script %} {% endblock %}