{% extends 'shopyo_dashboard/dashboard_base.html' %} {% block title %}Manage Content Types{% endblock %} {% block content %}

Content Types

Define and manage your data structures

Create New Type
{% for ct in content_types %} {% else %} {% endfor %}
Name Description Schema Actions
{{ ct.name }} {{ ct.description or 'No description' }}
{% for field in ct.schema %} {{ field.name }} {% endfor %}

No content types defined yet

{% endblock %}