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

Mobile: Credit History

{% for mobile_credit_history in mobile_credit_histories %} {% endfor %}
Id Mobile Date Time Credit Free Data Allowance
{{ mobile_credit_history.id }} {{ mobile_credit_history.mobile.mobileNumber }} {{ 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 }}

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