{% extends "core.html" %} {% block content %}
| Name | Description | Number of Products | |
|---|---|---|---|
| {{ collection.name }} | {{ collection.description | truncate }} | {{ collection.products|length }} | |
| Name | Description | Uploaded | Owner | |
|---|---|---|---|---|
| {{ product.name }} | {{ product.description | truncate }} | {{ product.uploaded.strftime("%Y-%m-%d") }} | {{ product.owner }} | |