{% extends "base.html" %} {% block bodydata %} data-project-id="{{category.project.id}}" data-category-id="{{category.id}}"{% endblock %} {% block title %} | Category: {{ category.name }}{% endblock %} {% block main %}
{{field.description}}
{% endif %}We couldn't find any fields for this category.
You can use fields to define what data should be collected for the category. For example, if your category is Restaurants, you might want to store a name, an address, the number of seats and which couisine they serve.
Create new field