{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: API Keys Setup') }}

{% if current_user.is_admin %}

{{ _('Get your API key and secret from') }} trello.com/app-key

{{ _('Generate a token after creating the API key') }}

{% endif %}
{% endblock %} {% block wizard_js %} {% endblock %}