1
0
portfolio/portfolio/templates/model-kit.html

55 lines
2.2 KiB
HTML

<article>
<section class="header">
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
<span class="text-body-secondary">$posted-on$ $formatted_date$</span>
<hr/>
</section>
<section>
<h2>$table-plamo-model-info$</h2>
<table class="table table-striped-columns">
$if(model_name)$
<tr><td>$table-plamo-model$</td><td>$model_name$</td></tr>
$endif$
$if(scale)$
<tr><td>$table-plamo-scale$</td><td>$scale$</td></tr>
$endif$
$if(series)$
<tr><td>$table-plamo-series$</td><td>$series$</td></tr>
$endif$
$if(manufacturer)$
<tr><td>$table-plamo-manufacturer$</td><td>$manufacturer$</td></tr>
$endif$
$if(release)$
<tr><td>$table-plamo-release-year$</td><td>$release$</td></tr>
$endif$
$if(number)$
<tr>
<td>$table-plamo-kit-number$</td><td><a class="external" aria-label="scalemates dot com (opens external site in new tab)" href="https://www.scalemates.com/search.php?fkSECTION%5B%5D=All&q=$number$*" target="_blank" rel="noopener noreferrer">$number$</a></td>
</tr>
$endif$
</table>
<h2>$table-plamo-purchase-information$</h2>
<table class="table table-striped-columns">
$if(purchase_date)$
<tr><td>$table-plamo-date$</td><td>$formatted_purchase_date$</td></tr>
$endif$
$if(price)$
<tr><td>$table-plamo-price$</td><td>$price$</td></tr>
$endif$
$if(purchase_store)$
<tr><td>$table-plamo-store$</td><td>$purchase_store$</td></tr>
$endif$
$if(purchase_venue)$
<tr><td>$table-plamo-venue$</td><td>$purchase_venue$</td></tr>
$endif$
$if(purchase_location)$
<tr><td>$table-plamo-location$</td><td>$purchase_location$</td></tr>
$endif$
</table>
$body$
<hr/>
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a>
</section>
</article>