{% extends 'base.html' %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" data-category-id="{{ category.id }}" {% endblock %} {% block title %} | Project: {{ project.name }} - Category: {{ category.name }} - Overview{% endblock %} {% block main %}
The project is locked, therefore category fields cannot be edited. If you wish to edit them, you have to unlock the project in the project settings first.
{{ field.description }}
{% endif %}We couldn't find any fields for this category.
{% if project.islocked %}Unfortunately, you cannot create new fields when the project is locked.
{% else %} Create new field {% endif %}