templates/investor-relations/financial-reports.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block title %}Financial Reports{% endblock %}
  3. {% block stylesheets %}
  4.     {{ parent() }}
  5.     {{ encore_entry_link_tags('investor-relations') }}
  6. {% endblock %}
  7. {% block body %}
  8.     <div class="bg-light-green container-fluid py-xl-5 text-center">
  9.         <h1 class="dark-green mb-0 pt-xl-7 py-5 text-center" id="reports-heading">Financial Reports<span class="yellow">.</span>
  10.         </h1>
  11.         <div class="align-items-end d-flex flex-column flex-xl-row justify-content-center pt-xl-5" id="reports-thumbs">
  12.             <div class="col-xl-4"></div>
  13.             <div class="col-xl-2 col-12">
  14.                 <a class="text-decoration-none annual-report-cover" href="/pdf/fw-thorpe-annual-report-2024.pdf">
  15.                     <img class="shadow-mid" src="{{ asset('build/images/report-covers/2024-final.webp') }}" alt="2024 Annual Report">
  16.                     <h5 class="mt-xl-4 mb-5 mt-2 text-white">Annual Report 2024</h5>
  17.                 </a>
  18.             </div>
  19.             <div class="col-xl-4 col-12 mb-xl-0 mb-5">
  20.                 <a class="pb-2 text-decoration-none interim-report-cover" href="/pdf/fw-thorpe-interim-report-2024.pdf">
  21.                     <img class="shadow-mid" src="{{ asset('build/images/report-covers/2024-interim.webp') }}" alt="2024 Interim Report">
  22.                     <h5 class="mt-xl-4 mb-2 mt-2 text-white">Interim Report 2024</h5>
  23.                 </a>
  24.             </div>
  25.             <div class="col-xl-2 col-12">
  26.                 <a class="text-decoration-none annual-report-cover" href="/pdf/fw-thorpe-annual-report-2023.pdf">
  27.                     <img class="shadow-mid" src="{{ asset('build/images/report-covers/2023-final.webp') }}" alt="2023 Annual Report">
  28.                     <h5 class="mt-xl-4 my-2 text-white">Annual Report 2023</h5>
  29.                     <a class="fs-5 interactive-link text-decoration-none" href="https://fwthorpe.annualreport2023.com/" rel="nofollow noopener" target="_blank" title="2023 Interactive Annual Report &#10; (opens in a new tab/window)">
  30.                         <span class="pe-5 text-decoration-none text-white">Interactive Report</span> </a> </a>
  31.             </div>
  32.             <div class="col-xl-4"></div>
  33.         </div>
  34.         <div class="d-flex py-xl-7 py-5 text-center">
  35.             <div class="col-xl-4 col-sm-2 col-1"></div>
  36.             <div class="col-xl-4 col-sm-8 col-10">
  37.                 <h2 class="fs-4 text-white">Archived Financial Reports.</h2>
  38.                 <p class="text-white">Please select a document and click “View Document” to proceed.</p>
  39.                 <form class="d-flex" action="/">
  40.                     <select class="bg-light-green border-darkgreen dark-green form-select me-1 rounded-4" id="report-select" aria-label="Default select example" name="pdf_list">
  41.                         <option selected>Select a document...</option>
  42.                         <option disabled>-----------------------------</option>
  43.                         <option value="/pdf/fw-thorpe-interim-report-2023.pdf">Interim Report 2023</option>
  44.                         <option value="/pdf/fw-thorpe-annual-report-2022.pdf">Annual Report 2022</option>
  45.                         <option value="/pdf/fw-thorpe-interim-report-2022.pdf">Interim Report 2022</option>
  46.                         <option value="/pdf/fw-thorpe-annual-report-2021.pdf">Annual Report 2021</option>
  47.                         <option value="/pdf/fw-thorpe-interim-report-2021.pdf">Interim Report 2021</option>
  48.                         <option value="/pdf/fw-thorpe-annual-report-2020.pdf">Annual Report 2020</option>
  49.                         <option value="/pdf/fw-thorpe-interim-report-2020.pdf">Interim Report 2020</option>
  50.                         <option value="/pdf/fw-thorpe-annual-report-2019.pdf">Annual Report 2019</option>
  51.                         <option value="/pdf/fw-thorpe-interim-report-2019.pdf">Interim Report 2019</option>
  52.                         <option value="/pdf/fw-thorpe-annual-report-2018.pdf">Annual Report 2018</option>
  53.                         <option value="/pdf/fw-thorpe-interim-report-2018.pdf">Interim Report 2018</option>
  54.                         <option value="/pdf/fw-thorpe-annual-report-2017.pdf">Annual Report 2017</option>
  55.                         <option value="/pdf/fw-thorpe-interim-report-2017.pdf">Interim Report 2017</option>
  56.                         <option value="/pdf/fw-thorpe-annual-report-2016.pdf">Annual Report 2016</option>
  57.                         <option value="/pdf/fw-thorpe-interim-report-2016.pdf">Interim Report 2016</option>
  58.                         <option value="/pdf/fw-thorpe-annual-report-2015.pdf">Annual Report 2015</option>
  59.                         <option value="/pdf/fw-thorpe-interim-report-2015.pdf">Interim Report 2015</option>
  60.                         <option value="/pdf/fw-thorpe-annual-report-2014.pdf">Annual Report 2014</option>
  61.                         <option value="/pdf/fw-thorpe-interim-report-2014.pdf">Interim Report 2014</option>
  62.                         <option value="/pdf/fw-thorpe-annual-report-2013.pdf">Annual Report 2013</option>
  63.                         <option value="/pdf/fw-thorpe-interim-report-2013.pdf">Interim Report 2013</option>
  64.                         <option value="/pdf/fw-thorpe-annual-report-2012.pdf">Annual Report 2012</option>
  65.                         <option value="/pdf/fw-thorpe-interim-report-2012.pdf">Interim Report 2012</option>
  66.                         <option value="/pdf/fw-thorpe-annual-report-2011.pdf">Annual Report 2011</option>
  67.                         <option value="/pdf/fw-thorpe-interim-report-2011.pdf">Interim Report 2011</option>
  68.                         <option value="/pdf/fw-thorpe-annual-report-2010.pdf">Annual Report 2010</option>
  69.                         <option value="/pdf/fw-thorpe-interim-report-2010.pdf">Interim Report 2010</option>
  70.                         <option value="/pdf/fw-thorpe-annual-report-2009.pdf">Annual Report 2009</option>
  71.                         <option value="/pdf/fw-thorpe-interim-report-2009.pdf">Interim Report 2009</option>
  72.                         <option value="/pdf/fw-thorpe-annual-report-2008.pdf">Annual Report 2008</option>
  73.                         <option value="/pdf/fw-thorpe-interim-report-2008.pdf">Interim Report 2008</option>
  74.                         <option value="/pdf/fw-thorpe-annual-report-2007.pdf">Annual Report 2007</option>
  75.                         <option value="/pdf/fw-thorpe-interim-report-2007.pdf">Interim Report 2007</option>
  76.                         <option value="/pdf/fw-thorpe-annual-report-2006.pdf">Annual Report 2006</option>
  77.                         <option value="/pdf/fw-thorpe-interim-report-2006.pdf">Interim Report 2006</option>
  78.                         <option value="/pdf/fw-thorpe-annual-report-2005.pdf">Annual Report 2005</option>
  79.                         <option value="/pdf/fw-thorpe-interim-report-2005.pdf">Interim Report 2005</option>
  80.                     </select>
  81.                     <input class="bg-dark-green border-0 lh-1 ms-1 text-white text-wrap rounded-4" type="button" value="View Document" title="The PDF document will open in a new tab/window." onclick="ob=this.form.pdf_list; window.open(ob.options[ob.selectedIndex].value)">
  82.                 </form>
  83.             </div>
  84.             <div class="col-xl-4 col-sm-2 col-1"></div>
  85.         </div>
  86.     </div>
  87. {% endblock %}