{% extends "passerelle/manage/messages_service_view.html" %} {% load i18n passerelle %} {% block description %} {% if object.uses_new_api and not object.consumer_key %}
{% trans "Connector is not operational yet, as access needs to be obtained from OVH for the specified account." %} {% trans "Click here to request access." %}
{% endif %} {% if object.uses_new_api and object.consumer_key and not object.credit_left %}

{% trans "There is no credit left." %}

{% endif %} {{ block.super }} {% if object.uses_new_api and object.consumer_key %}

{% trans "Credit left:" %} {{ object.credit_left }}

{% endif %} {% endblock %}