{% set tdn=" padding: 5px;line-height: 1.42857143; vertical-align: top;" %}
{% set tdb="padding: 10px; border-top: 1px solid #f4f4f4; line-height: 1.42857143; vertical-align: top;" %}
{% set tdbr= tdb~" text-align: right;" %}
{% set trth= " background-color: #f9f9f9;" %}
{% set tablen=" width: 100%; max-width: 100%; margin-bottom: 20px; border-spacing : 0; border-collapse : collapse; color: #222; font-size: 12px;" %}
<page_header>
<table style="{{ tablen }}">
<tr>
<td style="width: 100%; border-bottom: 1px solid #009bdf; text-align: center;"><img style=" height: 70px" src="{{ absolute_url(asset('Admin/images/logo.jpg')) }}"> </td>
</tr>
<tr>
<td style="font-size: 14px; text-align: center;"><i>
{% if parms['sitting_institute_website'] is not empty %}
{{ parms['sitting_institute_website'] }}
{% endif %}
{% if parms['sitting_institute_phone1'] is not empty %}
- {{ parms['sitting_institute_phone1'] }}
{% endif %}
{% if parms['sitting_institute_phone2'] is not empty %}
- {{ parms['sitting_institute_phone2'] }}
{% endif %}
{% if parms['sitting_institute_email'] is not empty %}
- {{ parms['sitting_institute_email'] }}
{% endif %}
</i>
</td>
</tr>
</table>
</page_header>