{% import "macros/partners.html" as mac_partners %} {% extends "pages/skeleton.html" %} {% set title = "Sign in" %} {% block head_styles %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock head_styles %} {% block body_content %} {{ super() -}}
BEMServer
About BEMServer
{% for app_name, app_info in about_infos.items() %}
{{ app_name }} {{ app_info.version }} {% if "description" in app_info %} {% endif %}
{% endfor %} {% if plugin_infos | length > 0 %} UI plugins ({{ plugin_infos | length }})
    {% for plugin_label, plugin_info in plugin_infos.items() %}
  • {{ plugin_label }} {{ plugin_info.version }}
  • {% endfor %}
{% endif %}
{% if partners is defined %} {% endif %}
{% endblock body_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}