{% extends "adminlte/base.html" %} {% import "adminlte/layout.html" as layout with context %} {% import "adminlte/widgets.html" as widgets with context %} {% block navbar %} {% include "navbar.html" %} {%- endblock navbar %} {% block sidebar -%} {% include 'sidebar.html' %} {% include 'sidebar_menu.html' %} {%- endblock sidebar %} {% block content_header -%} {% include 'content_header.html' %} {%- endblock content_header %} {% block content -%}
{% for provider in providers %} {% endfor %}
ID Provider Name Action
{{ provider.id }} {{ provider.provider }} {{ provider.name }} Select
ID Provider Name Action
{%- endblock content %}