Δημιουργία Παραγγελίας
{% block content %}
{% endblock %}
All collections
Create new collection
{% if collections %}
{% for object in collections %}
Collection ID {{ object }}
{% endfor %}
{% else %}
No collections
{% endif %}