{% extends 'base_admin.html.twig' %} {% block title %}Mobile Credit History{% endblock %} {% block body %}

Mobile Credit History: {{ mobileNumber }} ({{ mobileUser }}{{ mobileDevice }} {{ mobileVehicle }})

Carrier: {{ mobileProvider }}


{% for mobile_credit_history in mobile_credit_histories %} {% endfor %}
Date Time Credit Free Data
Allowance (MB)
Free Data
Expires
Action
{{ mobile_credit_history.date ? mobile_credit_history.date|date('d-M-Y') : '' }} {{ mobile_credit_history.date ? mobile_credit_history.date|date('H:i') : '' }} {{ mobile_credit_history.credit }} {{ mobile_credit_history.freeDataAllowance|number_format(2, '.', ',') }} {{ mobile_credit_history.freeDataAllowanceExpiry|date('d-M-Y') }}

New {% endblock %} {% block datatable %} {% endblock datatable %}