{% extends "rules/__base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Chains · Silent Dune' noop %}{% endblock %} {% block page-content %}
{% for machine_subset in all_machine_subsets %} {% endfor %}
Platform Chain Group Name Description Options
{{ machine_subset.platform }} {{ machine_subset.get_slot_display }} {{ machine_subset.name }} {{ machine_subset.desc }}
{% if can_edit %} {% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}