{% extends "page_base.html" %} {% load djicons %} {% block page_title %}Dashboard{% endblock %} {% block content %}

Welcome to ERPlora SDK

Your development environment is running. Use the sidebar to navigate to your modules.

{% if MODULE_MENU_ITEMS %}

Loaded Modules

{% for item in MODULE_MENU_ITEMS %} {% icon item.icon %} {{ item.label }} {% endfor %}
{% else %}

No modules found. Create one with: erplora startmodule my_module

{% endif %}
{% endblock %}