{% extends "base.html" %} {% block title %}{{ t('about.page_title') }}{% endblock %} {% block content %}

{{ t('about.h1') }} {{ t('about.dashmuted') }}

{{ t('about.app_h2') }}

Data Boar{{ about.name }} โ€” {{ about.description }}

Version: {{ about.version }}

{{ t('about.web_dash') }} dashBOARd (part of Data Boar).

{{ t('about.author_h2') }}

{{ about.author }}

{{ about.copyright }}

{{ t('about.license_h2') }}

{{ t('about.license_intro') }}

{{ t('about.state') }} {{ license.get('license_state', 'โ€”') }}

{{ t('about.mode') }} {{ license.get('license_mode', 'โ€”') }}

{% if license.get('customer_name') %}

{{ t('about.licensed_customer') }} {{ license.get('customer_name') }}

{% endif %} {% if license.get('expires_at') %}

{{ t('about.expires') }} {{ license.get('expires_at') }}

{% endif %} {% if license.get('issuer_id') %}

{{ t('about.issuer') }} {{ license.get('issuer_id') }}

{% endif %}

Links

LICENSE ยท NOTICE

{% endblock %}