{% 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 %}
{% include 'snippets/messages.html' %}
Category

{{ category.name }}

{% if category.description %}

{{ category.description|linebreaksbr }}

{% endif %}

Settings

{% csrf_token %}
{% if category.fields.all %} {% else %}

No fields have been added to the category. Add a field to make it the display field for that category.

{% endif %}

Be careful!

Make this category inactive

The category will no longer be available for data contribution.

Make inactive
Make this category active

The category will be available for data contribution again.

Make active
Delete category

Deleting a category can not be undone.

Delete this category
{% endblock %} {% block modals %} {% if admin %} {% endif %} {% endblock %} {% block libraries %} {% if admin %} {% endif %} {% endblock %}