{% extends 'base_admin.html.twig' %} {% block title %}Mobile Credit History{% endblock %} {% block body %}
Id | {{ mobile_credit_history.id }} |
---|---|
Date | {{ mobile_credit_history.date ? mobile_credit_history.date|date('Y-m-d H:i:s') : '' }} |
Credit | {{ mobile_credit_history.credit }} |
FreeDataAllowance | {{ mobile_credit_history.freeDataAllowance }} |