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

Mobile Credi tHistory

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 }}
Return to list Edit {{ include('mobile_credit_history/_delete_form.html.twig') }} {% endblock %}