</div>
					<table id="project_stats">
						<thead>
						<tr>
							<th>Property</th>
							<th>Value</th>
						</tr>
						</thead>
						<tbody>
						<tr>
							<th>Matching Strings</th>
							<td><a href="editor.php?locale=<?php 
    echo $locale;
    ?>
&amp;type=matching"><?php 
    echo $reactIntlEditor->getMatchingStringCount($locale);
    ?>
</a></td>
						</tr>
						<tr>
							<th>Missing Strings</th>
							<td><a href="editor.php?locale=<?php 
    echo $locale;
    ?>
&amp;type=missing"><?php 
    echo $reactIntlEditor->getMissingStringCount($locale);
    ?>
</a></td>
						</tr>
						<tr>
							<th>Orphaned Strings</th>