Rendering custom fields in export templates #6265
-
NetBox versionv2.11.1 Python version3.6 Steps to Reproduce
Expected BehaviorI expected that NetBox exports a file containg rows with the requested fields for records where the value of Observed BehaviorExported file is empty. NoteIf I remove the |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Apr 23, 2021
Replies: 1 comment 5 replies
-
What specifically are you trying to do? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{% if address.cf_custom_0 %}
will never be true, becausecf_custom_0
isn't a property of the IPAddress model.What specifically are you trying to do?