Merge branch 'issue_5_more_consumable_material' into development
Conflicts: app/__init__.py
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
<div class="panel-body" >
|
||||
<h1>Join the pitstop community!</h1>
|
||||
|
||||
<p>There are already {{ data.users}} members with {{ data.vehicles }} vehicles who have logged {{ data.pitstops }} pitstops fuelling {{ data.litres }}l for {{ data.kilometers }}km.</p>
|
||||
<p>There are already {{ data.users}} members with {{ data.vehicles }} vehicles who have logged {{ data.kilometers }}km in {{ data.pitstops }} pitstops. They fuelled</p>
|
||||
<ul>
|
||||
{% for key in data.consumables %}
|
||||
{% set consumable = data.consumables[key] %}
|
||||
<li>{{consumable.amount}}{{consumable.unit}} of {{consumable.name}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p>With pitstop community you can:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user