Re: Two list on one page

2022-08-24 Thread Ezequias Santos
Hello @Matheus apparently, you have this: product list. expense list. I don't understand why you want this all on the page, since it deals with a different cost center. (just a suggestion) Regarding pagination, if you're using Django and I think so, have a look at this:

Re: Two list on one page

2022-08-24 Thread Thomas Lockhart
Lay out your template to include both lists, then define get_context_data() in your view to have two lists of objects to show in your template. Get farther along and it will be easier for us to answer specific questions. hth - Tom > On Aug 24, 2022, at 12:34 PM, Matheus Bon wrote: > > What

Re: Two list on one page

2022-08-24 Thread Matheus Bon
What would be a way to get two lists on the same page? Em quarta-feira, 24 de agosto de 2022 às 16:33:23 UTC-3, Matheus Bon escreveu: > Hello There > > I want to create two lists on one page, in the style of the image (I'm > Brazilian, so the list is in Portuguese). > > However, if I do it the

Two list on one page

2022-08-24 Thread Matheus Bon
Hello There I want to create two lists on one page, in the style of the image (I'm Brazilian, so the list is in Portuguese). However, if I do it the way I'm showing it in the code image, I'll necessarily have to make two pages for each list, right? -- You received this message because you