{% extends "base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
Welcome

Welcome to the JsWeb Admin Panel. You can manage your application's data using the models listed below or in the sidebar.

Database Models
{% if admin_models %} {% else %}

No models have been registered with the admin panel yet.

{% endif %}
{% endblock %}