Cubes OLAP server{% if label %} – {{label}}{% endif %}
{% if has_about %}
About
{% if description %}{{description}}
{% endif %}
{% if name %}| Name | {{name}} |
{% endif %}
{% if copyright %}| Copyright | {{copyright}} |
{% endif %}
{% if license %}| License | {{license}} |
{% endif %}
{% if maintainer %}| Maintainer | {{maintainer}} |
{% endif %}
{% if keywords %}| Keywords | {{keywords|join(", ")}} |
{% endif %}
{% if visualizers %}
Visualizers
{% endif %}
{% if related %}
Related Slicers
{% endif %}
{% endif %}
System Info
| Cubes version | {{cubes_version}} |
| Authentication method | {{authentication}} |
| Time Zone | {{timezone}} |
| First Day of the Week | {{first_weekday}} |
| JSON Record Limit | {{json_record_limit}} |
{% if contributors %}
Contributors
{{ contributors|join(', ') }}
{% endif %}