Current File : /home/jvzmxxx/wiki1/extensions/Kartographer/templates/dialog-sidebar-externalservices.mustache
<h2>{{LBL_EXTERNAL_SERVICES}}</h2>

<table>
    <thead>
    <tr>
        <th>{{LBL_SERVICE}}</th>
        <td></td>
    </tr>
    </thead>
    <tbody>
    {{#services}}
    <tr{{#featured}} class="featured"{{/featured}}>
        <th>{{name}}
        </th>
        <td>
            <a rel="nofollow" class="external free" href="{{link}}" data-service="{{id}}">{{linkLabel}}</a>
        </td>
    </tr>
    {{/services}}
    </tbody>
</table>