add exante and ibkr

This commit is contained in:
2023-04-12 15:13:55 +02:00
parent 90952d883e
commit fc1ef6f3ec
17 changed files with 439 additions and 75 deletions
+11 -3
View File
@@ -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>