{% extends "page.html" %} {% block content %} {{ super() }} {% set data = SWLISTS[page.swlist_source] %} {% if data %}
Project Name | {{ page.swlist_platforms_column_head | default("Platforms") }} | {% for item in data | sort(attribute='name') %}
---|---|
{% if item.url %} {{ item.name }} {% else %}{{ item.name }}{% endif %} | {{ item.platforms | join(" / ") }} |
Ooops! Nothing to list here! This is most likely a bug!
{% endif %} {% endblock %}