from __future__ import absolute_import, unicode_literals from mayan.apps.appearance.classes import Icon icon_document_workflow_instance_list = Icon( driver_name='fontawesome', symbol='sitemap' ) icon_setup_workflow_list = Icon(driver_name='fontawesome', symbol='sitemap') icon_tool_launch_all_workflows = Icon( driver_name='fontawesome', symbol='sitemap' ) icon_workflow_create = Icon(driver_name='fontawesome', symbol='plus') icon_workflow_list = Icon(driver_name='fontawesome', symbol='sitemap') icon_workflow_preview = Icon(driver_name='fontawesome', symbol='eye') icon_workflow_state = Icon(driver_name='fontawesome', symbol='circle') icon_workflow_state_action = Icon(driver_name='fontawesome', symbol='code') icon_workflow_transition = Icon( driver_name='fontawesome', symbol='arrows-alt-h' )