Skip to content

Instantly share code, notes, and snippets.

@divyanshikathuria
Created June 23, 2014 17:01
Show Gist options
  • Save divyanshikathuria/9f030b5e31afadf9d176 to your computer and use it in GitHub Desktop.
Save divyanshikathuria/9f030b5e31afadf9d176 to your computer and use it in GitHub Desktop.
<html>
<h1 style="text-align:center;">GURU NANAK DEV ENGINEERING COLLEGE</h1>
<p style="text-align:center;">punjab Govt. Aided Status, NBA Accredited ISO-9001-2008 Certified</p>
<p style="text-align:center;font-size:200%;">Testing & Consultancy Cell</p>
<p style="text-align:center;">Gill Park, Gill Road, Ludhiana-141006</p>
<p style="text-align:center;">Website:http//tcc.gndec.ac.in Email:tcc@gndec.ac.in Ph:0161-2491193,5064509 Fax:0161-5064742</p>
<head><title>Lab Reports</title></head>
<table style="border:1px solid black;border-collapse:collapse;width:1000px">
<caption>LAB REPORT </caption>
<tr>
<th style="border:1px solid black;"> Receipt No.</th>
<th style="border:1px solid black;"> Date </th>
<th style="border:1px solid black;"> Client </th>
<th style="border:1px solid black;"> Company</th>
<th style="border:1px solid black;"> Amount</th>
</tr>
{{% for m in purchase_data}}
<tr style="border:1px solid black;text-align:centre;">
<td style="border:1px solid black;">{{ m.buyer_id}}</td>
<td style="border:1px solid black;">{{m.date_time}}</td>
<td style="border:1px solid black;">{{m.organisation}}</td>
<!--<td style="border:1px solid black;">{{m.Company}}</td>-->
<td style="border:1px solid black;">{{m.total_cost}}</td>
</tr>
{% endfor %}
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment