Added the base layout from the old Part-DB.

This commit is contained in:
Jan Böhmer 2019-02-24 18:32:03 +01:00
parent f0bea8ff4d
commit 5b49dc2a3f
5 changed files with 251 additions and 6 deletions

View file

@ -42,12 +42,14 @@
</h6>
<h6 title="{% trans %}Average price{% endtrans %}">
<i class="fas fa-money-bill-alt fa-fw"></i>
<span class="text-muted">{{ part.averagePrice }}</span>
<span class="text-muted">{{ "TODO" }}</span>
</h6>
{% if part.comment != "" %}
<h6 title="{% trans %}Comment{% endtrans %}">
<i class="fas fa-comment-alt fa-fw"></i>
<span class="text-muted">{{ part.comment }}</span>
</h6>
{% endif %}
</div>
</div>