add exante and ibkr
This commit is contained in:
@@ -77,21 +77,29 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
Calculated <b>{{ rawCount.realCountRows }}</b> of <b>{{ rawCount.countRows }}</b> rows in <b>{{ rawCount.countSheet }}</b> sheets
|
||||
{% endif %}
|
||||
{% if error %}
|
||||
{% if errorDividend %}
|
||||
<table class="table table-dark table-striped">
|
||||
<tr>
|
||||
{% for curr,val in error %}
|
||||
{% for curr,val in errorDividend %}
|
||||
<td>{{ curr }}</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
<tr>
|
||||
{% for curr,val in error %}
|
||||
{% for curr,val in errorDividend %}
|
||||
<td>{{ val }}</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</table>
|
||||
{% endif %}
|
||||
{% if errorString %}
|
||||
{% for error in errorString %}
|
||||
<div class="alert alert-warning">
|
||||
<span>{{ error }}</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user