{% 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 %} {{ block.super }} {% if object.uses_new_api %}

{% if object.credit_left %} {% trans "Credit left:" %} {{ object.credit_left }} {% else %} {% trans "There is no credit left." %} {% endif %}

{% endif %} {% endblock %}