{% extends "dashboard_app/_content.html" %} {% load markup %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Dashboard" %} | {% trans "API Help (deprecated)" %} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
Dashboard has a separate, deprecated, XML-RPC handler. You should refrain from using it. Instead please see the LAVA Server API Help which provides API services to all services
{% endblock %}