{% extends "base.html" %} {% block title %}{{ t('about.page_title') }}{% endblock %} {% block content %}
{{ about.name }} โ {{ about.description }}
Version: {{ about.version }}
{{ t('about.web_dash') }} dashBOARd (part of Data Boar).
{{ about.author }}
{{ about.copyright }}
{{ 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 %}