{% extends "::base.html.twig" %} {% form_theme form inline_form_theme %} {% block title 'List Of SubCategories' %} {% block content %}
{{ knp_pagination_sortable(pagination, 'SubCategory', 's.name') }} | Linked Categories | Linked Indicators |
---|---|---|
{{ knp_pagination_render(pagination) }} | ||
{{ scat.getName() }} |
{% for linkage in scat.getLinkedCategories() %} {{ linkage.getCategory().getName() }}, {% endfor %} | {% for linkage in scat.getLinkedIndicators() %} {{ linkage.getIndicator().getName() }}, {% endfor %} |
There are either no sub-categories or none that match your search criteria. Create A SubCategory |