{% extends "base.html" %} {% block head_title %}Custom Fields{% endblock %} {% block title %}Custom Fields List{% endblock %} {% block content %}
{% for custom_field in object_list %} {% endfor %}
# AC ID Title Type Actions
{{custom_field.pk}} {{custom_field.ac_id}} {{custom_field.ac_title}} {{custom_field.ac_type}}
{% csrf_token %}
{% endblock %}