| {{ 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 %} 
											{% endif %}{{ distribution.snapshots|length }} Snapshots{% mbd_token as snapshots_table_id %}
												{% mbd_datatable snapshots_table_id info='false' paging='false' searching='false' %}
												
													
														{% for snap in distribution.snapshots %}| Name | Menu |  
															{% endfor %}| {{ snap }} |  |  
														| {% mbd_api_popup "snapshot_create" value_distribution=distribution.name %} |  |  | 
						{% endfor %}