{% extends "admin/index.html" %} {% load i18n %} {% block content %}
{% if kong_enabled %}

{% trans "Kong API Gateway" %}

{% trans "Manage your Kong API Gateway services and routes." %}

{% trans "View Kong Status" %} {% trans "Manage Services" %} {% trans "Manage Routes" %}
{% endif %} {{ block.super }}
{% endblock %}