{% extends 'D2BillingBundle::base_admin.html.twig' %} {% block page_header %}
View Credit Limit.
{% endblock page_header %} {% block content %}
Code {{ entity.code }}
Status {{ entity.status ? 'Active' : 'Inactive' }}
Description {{ entity.description }}
Amount {{ d2_config('currency_symbol') }} {{ entity.amount|number_format(2, '.', ',') }}
{% endblock content %}