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