{% for plugin in site.plugin-list %}
{% if plugin.supported-by-velero-team == "true" %} {% if plugin.link.size > 0 %}
{{ plugin.title }}
{% else %}
{{ plugin.title }}
{% endif %}

{{ plugin.content }}

{% if plugin.object-storage %} {% endif %} {% if plugin.volumesnapshotter %} {% endif %} {% if plugin.local-storage %} {% endif %} {% if plugin.supported-by-velero-team %} {% endif %} {% if plugin.BackupItemAction %} {% endif %} {% if plugin.RestoreItemAction %} {% endif %} {% endif %}
{% if plugin.supported-by-velero-team != "true" && plugin.prototype != "true" %} {% if plugin.link.size > 0 %}
{{ plugin.title }}
{% else %}
{{ plugin.title }}
{% endif %}

{{ plugin.content }}

{% if plugin.object-storage %} {% endif %} {% if plugin.volumesnapshotter %} {% endif %} {% if plugin.local-storage %} {% endif %} {% if plugin.supported-by-velero-team %} {% endif %} {% if plugin.BackupItemAction %} {% endif %} {% if plugin.RestoreItemAction %} {% endif %} {% if plugin.prototype %} {% endif %} {% endif %}
{% if limit > 0 and forloop.index >= limit %} {% break %} {% endif %} {% assign row = forloop.index | modulo: 3 %} {% if row == 0 %}
{% endif %} {% endfor %}