Hi there, working out the ins and outs of workflows and want to add a tag only of the document type is of certain kind. Google search brought me here but it seems the forum was rebuilt and the answer I am looking for is gone
It seems I need to know the document type variable and grab the type from it in an if X = XX so it would be true if its the specified type or false, but where is a good place to see the available variables that can bye used in the Django templates. So I guess this could be used in any of the condition fields throughout the app.
Thanks