Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active September 22, 2021 14:10
Show Gist options
  • Save SidneyAllen/8cbf7be126cd73ce49834b428574dad5 to your computer and use it in GitHub Desktop.
Save SidneyAllen/8cbf7be126cd73ce49834b428574dad5 to your computer and use it in GitHub Desktop.
<table>
<tr>
<!-- [...] -->
<th>Full Address</th>
<th>Status</th>
<th>Action</th>
</tr>
<% addresses.forEach(function(addr) { %>
<tr>
<!-- [...] -->
<td><%= addr.full_address %></td>
<td><%= addr.status %></td>
<td><%= addr.action %></td>
</tr>
<% }) %>
</table>
<p> Scanned records: <%= scanned %>, valid: <%= valid %>, invalid: <%= invalid %> </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment