1686817401a:1:{s:20:"offices-past-sgf.htm";a:10:{s:8:"fileName";s:20:"offices-past-sgf.htm";s:7:"content";s:993:"title = "Past Permanent Secretaries List"
url = "/offices/:office/past-sgf"
layout = "default"
is_hidden = 0

[sgfprofile]
office = "{{ :office }}"
isPastSgfList = 1
==
{% set  sgfPage = sgfprofile.sgfPage.page %}

{% if sgfPage.pastsecretaries %}

<div class="content-inner clearfix">
    <h5>CHRONOLOGIES OF PAST PERMANENT SECRETARIES</h5>
    <div class="table-responsive">
        <table class="table table-bordered table-striped">
            <thead>
            <tr>
                <th>S/N</th>
                <th>NAME</th>
                <th>PERIOD SERVED</th>
            </tr>
            </thead>
            <tbody>
            {% for key, secretary in sgfPage.pastsecretaries %}
            <tr>
                <td>{{ key + 1 }}</td>
                <td>{{ secretary.secretary_name }}</td>
                <td>{{ secretary.period }}</td>
            </tr>
            {% endfor %}

            </tbody>
        </table>
    </div>
</div>
{% endif %}";s:5:"mtime";i:1524756978;s:6:"markup";s:824:"{% set  sgfPage = sgfprofile.sgfPage.page %}

{% if sgfPage.pastsecretaries %}

<div class="content-inner clearfix">
    <h5>CHRONOLOGIES OF PAST PERMANENT SECRETARIES</h5>
    <div class="table-responsive">
        <table class="table table-bordered table-striped">
            <thead>
            <tr>
                <th>S/N</th>
                <th>NAME</th>
                <th>PERIOD SERVED</th>
            </tr>
            </thead>
            <tbody>
            {% for key, secretary in sgfPage.pastsecretaries %}
            <tr>
                <td>{{ key + 1 }}</td>
                <td>{{ secretary.secretary_name }}</td>
                <td>{{ secretary.period }}</td>
            </tr>
            {% endfor %}

            </tbody>
        </table>
    </div>
</div>
{% endif %}";s:4:"code";N;s:5:"title";s:31:"Past Permanent Secretaries List";s:3:"url";s:25:"/offices/:office/past-sgf";s:6:"layout";s:7:"default";s:9:"is_hidden";s:1:"0";s:10:"sgfprofile";a:2:{s:6:"office";s:13:"{{ :office }}";s:13:"isPastSgfList";s:1:"1";}}}