{% extends 'shopyo_dashboard/dashboard_base.html' %} {% block title %}{{ content_type.name }} Items{% endblock %} {% block content %}
Content {{ content_type.name }}

{{ content_type.name }} Items

Add New Item
{% for field in content_type.schema %} {% endfor %} {% for item in items %} {% for field in content_type.schema %} {% endfor %} {% else %} {% endfor %}
{{ field.name }}Created Actions
{{ item.data.get(field.name, '')|truncate(100) }} {{ item.created_at.strftime('%Y-%m-%d') }}

No items found

{% endblock %}