{% extends "base.html" %} {% block title %}Custom Ticket Fields — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ field.name }}
Order: {{ field.sort_order }}
{% if field.choices %}
{{ field.choices_list|length }} choice{{ field.choices_list|length|pluralize }}
{% endif %}
{% if search %}No fields matching "{{ search }}".{% else %}No custom ticket fields defined.{% endif %}
{% if not search %}Custom fields extend the Fossil ticket schema with project-specific data.
Add the first field {% endif %}