Hi,

I am trying create a web form for personnel records, for example:

test_records = [
                    
                {
                "id": "1",
                "last_names": ["Nieminen"],
                "first_names": ["Sofia", "Emilia"],
                "staff": "No", # yes / no
                "work_permit": [
                                {
                                "start_date": "1.1.2008",
                                "end_date": "1.1.2011"
                                }
                                ],
                 }
]

I would like to use pyramid+deform to render this data to a view like: 
http://ariana.dy.fi/files/panel-records.png. The main blue (bootsrap) panel 
is collapsible and each sub blocks in records (like "work_permit") are 
rendered as (sub)panels (The template used in the screenshot is: 
http://ariana.dy.fi/files/short_main.pt).

How this can be accomplished with deform? If possible, I would very much 
appreciate an example, exaples are easiest for me to understand.

Thanks


                                


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to