{% extends 'base.html' %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

Project Custom Fields

Add Custom Field
{% csrf_token %}
Existing Custom Fields
{% for field in custom_fields %} {% empty %} {% endfor %}
Project Label Type Required Action
{{ field.project.project }} {{ field.label }} {{ field.get_field_type_display }} {% if field.required %}Yes{% else %}No{% endif %} Delete
No custom fields defined yet.
{% for message in messages %} {% endfor %} {% endblock %}