{% extends "::base.html.twig" %}
{% block title 'List Of Pending Accountabilities' %}
{% block content %}
{{ include(workplan_links, {'show_search': false}, with_context = false) }}
{{ wrap.data(pagination, data_tpl, 'List Of Pending Accountabilites') }}
{% endblock %}