{{ts('Title')}} | {{ts('Name')}} | {{ts('Description')}} | {{ts('Enabled?')}} | |
---|---|---|---|---|
{{formProcessor.title}} | {{formProcessor.name}} | {{formProcessor.description}} | {{formProcessor.is_active == 1 ? ts('Yes') : ts('No')}} | {{ts('Edit')}} {{ts('Enable')}} {{ts('Disable')}} {{ts('Delete')}} |