xref: /webtrees/resources/views/modules/submitter-list/page.phtml (revision 1792ff1cf1956b41f3e3c853cfb279a803a71ed2)
1<h2 class="wt-page-title">
2	<?= $title ?>
3</h2>
4
5<div class="wt-page-content">
6	<?= view('lists/submitters-table', ['submitters' => $submitters, 'tree' => $tree]) ?>
7</div>
8