1
0
portfolio/portfolio/nl/paints.html

102 lines
1.6 KiB
HTML

---
title: Verf
logosub: Figuur-schilder
language: "nl"
---
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
<hr/>
<h2>Mr. Hobby lak</h2>
<table class="table table-light">
<tr>
<th>
Kleur
</th>
<th>
Nummer
</th>
<th>
Naam
</th>
<th class="d-none d-md-table-cell">
Voorraad
</th>
<th class="d-none d-md-table-cell">
Totaal
</th>
</tr>
$partial("templates/paints/lacquer-mr-hobby.html")$
</table>
<h2>Tamiya lak</h2>
<table class="table table-light">
<tr>
<th>
Kleur
</th>
<th>
Nummer
</th>
<th>
Naam
</th>
<th class="d-none d-md-table-cell">
Voorraad
</th>
<th class="d-none d-md-table-cell">
Totaal
</th>
</tr>
$partial("templates/paints/lacquer-tamiya.html")$
</table>
<h2>Vernis</h2>
<table class="table table-light">
<tr>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/varnish.html")$
</table>
<h2>Vallejo acryl</h2>
<table class="table table-light">
<tr>
<th>
Kleur
</th>
<th>
Nummer
</th>
<th>
Naam
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Totaal
</th>
</tr>
$partial("templates/paints/acrylic-vallejo.html")$
</table>
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a>
<hr/>