{{ distribution.name }} |
{% if s.uploadable %}U({{ distribution.mandatory_version_regex }}){% endif %}
{% if s.experimental %}E{% endif %}
{% if s.migrates_to %} => {{ s.migrates_to.suite.name }}{% endif %}
|
|
{% if not s.migrates_to and not s.experimental %}
{{ distribution.snapshots|length }} Snapshots
{% mbd_token as snapshots_table_id %}
{% mbd_datatable snapshots_table_id info='false' paging='false' searching='false' %}
Name |
Menu |
{% for snap in distribution.snapshots %}
{{ snap }} |
|
{% endfor %}
{% mbd_api "snapshot_create" value_distribution=distribution.name %} |
{% endif %}
|
|
{% endfor %}