{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {{ this.body }} {% if this.table is defined %} {% if this.table.blocks | length != 0 %}

{{ this. tabletitle }}

{% for blk in this.table.blocks -%} {% endfor %}
Role Name Ansible Galaxy Maintainance Status License
{{ blk.name }}
{% endif %} {% endif %} {{ this.trailer }} {% endblock %}