{# /** * Copyright (C) 2026 OTS Signs * * About page for OTS Signs. */ #} {% extends "non-authed.twig" %} {% block title %}{{ "About"|trans }} | {% endblock %} {% block style %} {% endblock %} {% block header %}{% endblock %} {% block contentClass %}{% endblock %} {% block content %}

{% trans "About" %} OTS Signs

{% trans "An" %} Oribi Technology Services {% trans "product." %}

{% trans "OTS Signs provides a compact, focused admin UI and proxy for Xibo CMS" %}

{% set appVersion = version|default("dev") %} {% set appEnvironment = appEnvironment|default(environment|default("local")) %} {% set commitSha = revision|default("") %}
{% trans "Version" %}: {{ appVersion }}
{% trans "Environment" %}: {{ appEnvironment }}
{% if commitSha %}
{% trans "Commit" %}: {{ commitSha|slice(0, 7) }}
{% endif %}
{% trans "Disclaimer:" %} {% trans "OTS Signs is an independent product developed by Oribi Technology Services. It is not affiliated with or endorsed by the Xibo project or its maintainers. Xibo is a trademark of Xibo Digital Signage Ltd. Use of Xibo APIs is subject to their terms and conditions." %}
{% endblock %}