-1
Try trading the code for this:
{% for item in saldo %}
<div>{{item}}</div>
{% endfor %}
I’ve never dealt with Django, but I imagine that can solve.
-1
0
Try trading the code for this:
{% for item in saldo %}
<div>{{item}}</div>
{% endfor %}
I’ve never dealt with Django, but I imagine that can solve.
all results appear in the same cell. (I put a print in the question)
0
Tries to add a line break:
{{item}} <br/>
Browser other questions tagged html python django
You are not signed in. Login or sign up in order to post.
Can you post the template for this part? Just so we know if this is supposed to be a list or table
– mazulo
I’ve solved it, thank you!
– miguel carreira
Great! Because it shares the solution :P can have other people in the future with a similar problem. Publish as the answer and mark as the right one :)
– mazulo