passerelle/passerelle/apps/ovh/templates/ovh/ovhsmsgateway_detail.html

16 lines
353 B
HTML

{% extends "passerelle/manage/messages_service_view.html" %}
{% load i18n passerelle %}
{% block description %}
{{ block.super }}
{% if object.uses_new_api %}
<p>
{% if object.credit_left %}
<b>{% trans "Credit left:" %}</b> {{ object.credit_left }}
{% else %}
<b>{% trans "There is no credit left." %}</b>
{% endif %}
</p>
{% endif %}
{% endblock %}