{% if field.is_system_field %}
{% trans "System" %}
{% else %}
{% if field.placement == "source" %}
{% trans "Source" %}
{% elif field.placement == "destination" %}
{% trans "Destination" %}
{% elif field.placement == "fixed" %}
{% trans "Fixed" %}
{% elif field.placement %}
{{ field.get_placement_display }}
{% endif %}
{% endif %}
{% include "netbox_nsm/inc/rulebook_field_flags.html" %}
{% if not rulebook_readonly %}
{% if not field.is_system_field %}
{% endif %}
{% if not field.is_system_field %}
{% endif %}
{% endif %}
{% if not field.is_system_field %}
{% for ft in field.field_type_list %}
{% with tc=ft.type_config %}
{% include "netbox_nsm/inc/rulebook_field_type_row.html" %}
{% endwith %}
{% empty %}