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

Edit: Mobile Credit History

{{ include('mobile_credit_history/_form.html.twig', {'button_label': 'Update'}) }} Return to list {{ include('mobile_credit_history/_delete_form.html.twig') }} {% endblock %}