{% extends "base.html.twig" %}
{% block title %}Share Details{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('investor-relations') }}
{% endblock %}
{% block body %}
<div class="bg-mid-green pt-xl-5">
<h1 class="mb-0 pb-4 pt-xl-7 py-5 text-center text-white">Share Details<span class="yellow">.</span></h1>
<div class="container-fluid d-flex pb-7 py-3 text-center">
<div class="col-xl-3 col-md-1"></div>
<div class="col-xl-6 col-md-1 col-12 text-white">
<p class="fs-5 mb-5">The shares of FW Thorpe Plc are listed on the London Stock Exchange. Exchanges where quoted and traded: London Stock Exchange AIM FW Thorpe Plc is subject to the UK City Code on Takeovers and Mergers. Restriction in transfer of AIM securities – there are no restrictions on the transfer of securities.</p>
<p class="fs-5 mb-0">Number of ordinary shares in issue: <strong>118,935,590</strong></p>
<p class="fs-5 mb-0">Number of shares held in treasury: <strong>1,593,682</strong></p>
<p class="fs-5 mb-0">Percentage of shares held in treasury: <strong>1.3%</strong></p>
<p class="fs-5 mb-0">Number of shares with voting rights: <strong>117,341,908</strong></p>
<p class="fs-5">Percentage of shares not held in public hands: <strong>46.0%</strong></p>
<table class="bg-light-grey dark-green mt-5 w-100" id="share-details-table">
<tr>
<th class="px-2 py-4">Significant shareholders</th>
<th class="px-2 py-4">Number of ordinary shares held</th>
<th class="px-2 py-4">Percentage of shares with voting rights</th>
</tr>
<tr>
<td class="px-2 py-4">Mr AB Thorpe</td>
<td class="px-2 py-4">25.9m</td>
<td class="px-2 py-4">22.1%</td>
</tr>
<tr>
<td class="px-2 py-4">Mr IA Thorpe</td>
<td class="px-2 py-4">25.0m</td>
<td class="px-2 py-4">21.4%</td>
</tr>
<tr>
<td class="px-2 py-4">Estate of CM Brangwin</td>
<td class="px-2 py-4">7.2m</td>
<td class="px-2 py-4">6.2%</td>
</tr>
<tr>
<td class="px-2 py-4">Liontrust Investment Partners LLP</td>
<td class="px-2 py-4">7.0m</td>
<td class="px-2 py-4">6.0%</td>
</tr>
</table>
<p class="pt-4 text-white">Last updated: 10<sup>th</sup> September 2024</p>
</div>
<div class="col-xl-3 col-md-1"></div>
</div>
</div>
{% endblock %}