{% extends "rules/__base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Bundles · Silent Dune' noop %}{% endblock %} {% block page-content %}
Create Bundle
{% csrf_token %}
Name
 
Description
Description
Platform
Set platform for this bundle
Notes
 
{% if can_edit %}
{% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}