{% extends "page.html" %} {% block content %} {{ super() }} {% set data = SWLISTS[page.swlist_source] %} {% if data %} {% for item in data | sort(attribute='name') %} {% endfor %}
Project Name {{ page.swlist_platforms_column_head | default("Platforms") }}
{% if item.url %} {{ item.name }} {% else %}{{ item.name }}{% endif %} {{ item.platforms | join(" / ") }}
{% else %}

Ooops! Nothing to list here! This is most likely a bug!

{% endif %} {% endblock %}