oxen-observer/templates/service_nodes.html

10 lines
216 B
HTML
Raw Normal View History

{% extends "_basic.html" %}
{% block content %}
{%set limit_awaiting = none%}
{%set limit_inactive = none%}
{%set limit_active = none%}
{%include 'include/service_nodes_lists.html'%}
{% endblock %}