{% extends "adminlte/base.html" %} {% import "adminlte/layout.html" as layout with context %} {% import "adminlte/widgets.html" as widgets with context %} {% from "_formhelpers.html" import render_field %} {% block title %}Admin - {{ title }}{% endblock %} {% block description %}{{ block_description }}{% endblock %} {% block navbar %} {% include "navbar.html" %} {%- endblock navbar %} {% block sidebar -%} {% include 'sidebar.html' %} {% include 'sidebar_menu.html' %} {%- endblock sidebar %} {% block content_header -%} {% include 'admin/content_header.html' %} {%- endblock content_header %} {% block content -%}
Validating: {{provider.name}} - {{ provider.url }}

{{ project[0]['id'] }}
{{ role_id }}
{{ roles_type }}
{% for r in roles %} {{ r['id'] }} {% endfor %}
{%- endblock content %}