{% extends 'D2ContentBundle::base_admin.html.twig' %} {% block page_header %}
Back
View Shoe Category.
{% endblock page_header %} {% block content %}
Category {{ entity.getCategory }}
Create Date {{ entity.getCreateTs | date("Y/m/d g:ia") }}
Enabled {{ entity.enabled ? 'Active' : 'Inactive' }}
{% endblock content %}