{% load i18n %}
{% trans "Choose the type of the data store that you want to create." %}
{% csrf_token %}
{% for t in types %}
{{ t.1 }}
{% endfor %}