{% extends "layout.html" %} {% block page_title %} Data {% endblock %} {% block content %}

Components

List component

{% include './includes/components/list.html' %}
{% include './includes/components/list.html' %}

Table component

{% include './includes/components/table.html' %}
{% include './includes/components/table.html' %}

TACHOnet queue

{% include './includes/components/tacho.html' %}
{% include './includes/components/tacho.html' %}

Tabs

{% include './includes/components/tabs.html' %}
{% include './includes/components/tabs.html' %}

Subtabs

{% include './includes/components/subtabs.html' %}
{% include './includes/components/subtabs.html' %}
{% endblock %}