{% extends "admin/layout.html" %} {% set active_menu_item = ['about', 'system'] %} {% block title %}{% trans "About The System" %}{% endblock %} {% block contents %}
{% trans count=endpoints|count %} The following {{ count }} endpoints are registered on this instance: {% endtrans %}
{% trans %} The following servicepoints are registered on this instance to be callable via one of the available services. {% endtrans %}
{% trans %} The following APIs are installed on this blog instance. APIs marked with a star (*) are preferred. {% endtrans %}
{% trans "Key" %} | {% trans "Value" %} | {% trans "Default" %} |
---|---|---|
{{ item.key|e }} | {{ item.value|pprint|e }} | {{ item.default|pprint|e }} |