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

{{ this.tabletitle }}

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