{% extends 'D2BillingBundle::base_admin.html.twig' %} {% block page_header %}
View Sales Item Category.
{% endblock page_header %} {% block content %}
Category Code {{ entity.code }}
Description {{ entity.categoryDescription }}
Visible in Shop {{ entity.shopVisible ? 'Active' : 'Inactive' }}
{% endblock content %}