{% if license.category %}{{ license.category }}{% else %}{{ license.title }}{% endif %}

{{ license.description }}

{% if license.tab-slug %} {% endif %}
{% assign variations = site.licenses | where:"hidden",false | where:"category",license.category %} {% for variation in variations %}
{% assign types = "required|permitted|forbidden" | split: "|" %} {% for type in types %} {% endfor %} {% for type in types %} {% endfor %}
{{ type | capitalize }}
    {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% assign req = rule_obj.tag %} {% if variation[type] contains req %}
  • {{ rule_obj.label }}
  • {% endif %} {% endfor %}

View full {{ variation.title }} license ยป

{% endfor %}