dokuwiki-plugin-bureaucracy
                                
                                
                                
                                    dokuwiki-plugin-bureaucracy copied to clipboard
                            
                            
                            
                        Conditionals for templates
I'm using a bureacracy form to get fields from my users, and I surround them with Wiki markup in the template. When they don't fill in one of the optional fields, I'd like the markup surrounding it to disappear, but at the moment it just sits there, empty. What's the best way forward on this?
I have not found any conditionals for templates so far. I could only fall back to default text for the case the user did not provide the input, via @@variable| no information was provided @@.