mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-30 18:52:39 -04:00
Merge branch 'wip-refactoring' into wip-refactoring
This commit is contained in:
@@ -38,35 +38,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<img src=" {{ image }}" class="figure-img img-fluid rounded center" style="object-fit: fill;">
|
||||
<figcaption class="figure-caption"><code>{{ title }}</code> was listed <code>{{ days }} days</code> and <code>{{ hours }} hours</code> ago, for <code>${{ list_price}}</code>.</figcaption>
|
||||
</figure>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Range:</td>
|
||||
<td>${{ lower_bound }} - ${{ upper_bound }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Median:</td>
|
||||
<td>${{ median }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Description:</td>
|
||||
<td>{{ sentiment_rating }}/5.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Price:</td>
|
||||
<td>{{ price_rating }}/5.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Overall:</td>
|
||||
<td>{{ average_rating }}/5.0</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user