{% extends "base.html" %} {% import "components.html" as components %} {% block title %}{{ crate::i18n::t("history-title", lang) }} - Remotto Console{% endblock %} {% block content %}
{% call components::sidebar("history", lang) %}
{% call components::header(crate::i18n::t("history-title", lang), username, lang) %}
{% if is_demo %}

{{ crate::i18n::t("history-locked-title", lang) }}

{{ crate::i18n::t("history-locked-desc", lang) }}

{% else %}

{{ crate::i18n::t("common-chart-user-usage", lang) }}

1

{{ crate::i18n::t("common-chart-device-usage", lang) }}

1

{{ crate::i18n::t("history-title", lang) }}

{{ crate::i18n::t("common-date", lang) }} {{ crate::i18n::t("devices-hostname", lang) }} {{ crate::i18n::t("devices-user", lang) }} {{ crate::i18n::t("devices-ip", lang) }} {{ crate::i18n::t("devices-mac", lang) }}
{{ crate::i18n::t("common-loading", lang) }}
1
{% endif %}
{% if !is_demo %} {% endif %} {% endblock %}