{% extends 'base_admin.html.twig' %} {% block title %}Mobile Credit History{% endblock %} {% block body %}
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') }} |