The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<h1>[%l('Services')%]</h1>

<table class="service_list">
    <thead>
        <tr>
            <th>[%l('Service')%]</th>
            <th>[%l('Active')%]</th>
            <th>[%l('Comment')%]</th>
            <th>[%l('Start')%]/[%l('Stop')%]</th>
        </tr>
    </thead>

    <tbody>
        <tr class="row row_odd">
            <td>[%l('Email Engine')%]</td>
            <td>
                [% IF email_engine.pid %]
                [%l('Yes')%] 
                [% ELSE %]
                [%l('No')%] 
                [% END %]
            </td>
            <td>
                [% IF email_engine.pid %]
                pid=[%email_engine.pid%]
                [% ELSE %]
                &nbsp;
                [% END %]
            </td>
            <td>
                &nbsp;
            </td>
        </tr>
    </tbody>
</table>