Visual glitch in pagination #8402

Closed
opened 2025-12-29 20:36:16 +01:00 by adam · 3 comments
Owner

Originally created by @peteeckel on GitHub (Aug 2, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.6-beta1

Python version

3.8

Steps to Reproduce

Open any list view

Expected Behavior

The pagination indicator at the bottom shows something like "Showing 1-25 of 123"

Observed Behavior

The pagination indicator at the bottom shows "Showing - of"

Screenshot 2023-08-02 at 19 52 20

Originally created by @peteeckel on GitHub (Aug 2, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.6-beta1 ### Python version 3.8 ### Steps to Reproduce Open any list view ### Expected Behavior The pagination indicator at the bottom shows something like "Showing 1-25 of 123" ### Observed Behavior The pagination indicator at the bottom shows "Showing - of" ![Screenshot 2023-08-02 at 19 52 20](https://github.com/netbox-community/netbox/assets/6815386/c5fd301d-c58f-47c3-9c8b-7b8950cfe866)
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 20:36:16 +01:00
adam closed this issue 2025-12-29 20:36:16 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 2, 2023):

This appears to be a limitation around accessing object attributes withing a {% blocktranslate %} template tag. We'll need to pass the relevant attributes as named context variables inside the tag.

There are likely other places where this adjustment is needed.

@jeremystretch commented on GitHub (Aug 2, 2023): This appears to be a limitation around accessing object attributes withing a `{% blocktranslate %}` template tag. We'll need to pass the relevant attributes as named context variables inside the tag. There are likely other places where this adjustment is needed.
Author
Owner

@peteeckel commented on GitHub (Aug 2, 2023):

That's probably the same issue, correct?

Screenshot 2023-08-02 at 20 29 59

@peteeckel commented on GitHub (Aug 2, 2023): That's probably the same issue, correct? ![Screenshot 2023-08-02 at 20 29 59](https://github.com/netbox-community/netbox/assets/6815386/fa82b3f0-af00-41b4-9717-05abecb40eb2)
Author
Owner

@jeremystretch commented on GitHub (Aug 2, 2023):

That's probably the same issue, correct?

Correct. Pushing a fix in a few minutes.

@jeremystretch commented on GitHub (Aug 2, 2023): > That's probably the same issue, correct? Correct. Pushing a fix in a few minutes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8402