Were am i going wrong?? I just want to have 4 colums, text - text - text - amount
can you help me?
{% fori detail in current_account.details %}{% if forloop.first %}
|--------------25%-----------------||--------------25%-----------------|--------------------25%-----------|------5%------|-------20%--------:+{% endif %}
|{% input detail.custom.title placeholder:'titel' %}|{% input detail.custom.title placeholder:'Omschrijving' %}| {% ic %}{% input detail.custom.text as:text size:mini placeholder:'extra info' %}{% endic %}{% nic %}{{ detail.custom.text | multiline_table}}{% endnic %}|{% input detail.custom.doc as:file %}|{% if forloop.last %}{% endif %}{% if current_account.liability_or_income %}{% $0+input detail.custom.value as:n_currency placeholder:'waarde' %}{% else %}{% $0+input detail.custom.value as:currency placeholder:'waarde' %}{% endif %}{% ic %}{% if forloop.last %}
| | | | |**{% if current_account.liability_or_income %}{{ -1*$0 | currency }}{% else %}{{ $0 | currency }}{% endif %}**{% endif %}{% endic %}{% endfori %}