mogan-ui/mogan_ui/content/project/servers/templates/servers/index.html

8 lines
149 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Servers" %}{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}