{% extends 'base.html' %} {% block main_title %}page_admin_pipelines{% endblock %} {% block main_content %} {% if tdata["rows"]|length>0 %}

PIPELINES

{% include( "inc_content_pipelines.html" ) %} {% else %}
No pipelines found
{% endif %} {% endblock main_content %}