{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}
{{ _('Create an Asana app in Settings → Apps → Manage Developer Apps.') }}
{{ url_for('integrations.oauth_callback', provider='asana', _external=True) }}
{{ _('Find your workspace GID in Asana workspace settings or API') }}
{{ _('Comma-separated list of specific project GIDs to sync. Leave empty to sync all projects in the workspace.') }}
{{ _('Review your configuration and click "Finish" to save.') }}