<p style="margin-bottom: 10px;">Found an
    outdated Apache Solr server version. <br />The <strong>minimum
        required version is <code>{requiredVersion}</code></strong>, you have <code>{currentVersion}</code>.</p>
<table class="table table-condensed table-hover table-striped">
    <thead>
    <tr>
        <td colspan="2">Affected Solr server</td>
    </tr>
    </thead>
    <tr>
        <th>Host</th>
        <td>{solr.primaryEndpoint.host}</td>
    </tr>
    <tr>
        <th>Path</th>
        <td>{solr.corePath}</td>
    </tr>
    <tr>
        <th>Port</th>
        <td>{solr.primaryEndpoint.port}</td>
    </tr>
</table>