{% extends "base.html" %} {% load crispy_forms_tags humanize i18n icons permissions translations %} {% block breadcrumbs %} {% if project %} {% else %} {% endif %} {% endblock breadcrumbs %} {% block content %}

{% documentation_icon 'admin/machine' right=True %} {% translate "Configured automatic suggestion services" %}

{% for service in configured_services %} {% endfor %}
{% include 'machinery/detail.html' %} {% if service.is_enabled or not service.is_available %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% if service.has_settings %} {% translate "Configure" %} {% endif %}

{% documentation_icon 'admin/machine' right=True %} {% translate "Available automatic suggestion services" %}

{% for service in available_services %} {% endfor %}
{% include 'machinery/detail.html' %}
{% csrf_token %}
{% endblock content %}