{% load i18n %}
{% trans 'Provider' %} | {% trans 'Description' %} | {% trans 'Options' %} | {% for integration in integrations %} {% if integration.provider %} |
---|---|---|---|
{{ integration.provider.label }} | {{ integration.provider.description }} |
{% for option in integration.options.all %}
{% if not option.secret %}
{{ option.key.title }}: {{ option.value }} {% endif %} {% endfor %} {% if integration.resources.exists %}{% trans 'This task has already been send using this integration.' %} {% endif %} |