{% extends 'base.html.twig' %} {% block title %}RejectionReason index{% endblock %} {% block body %}

RejectionReason index

{% for rejection_reason in rejection_reasons %} {% else %} {% endfor %}
CreatedBy UpdatedBy DeletedBy actions
{{ rejection_reason.createdBy }} {{ rejection_reason.updatedBy }} {{ rejection_reason.deletedBy }} show edit
no records found
Create new {% endblock %}