Hi,
Is it possible to print every detail know of a selected account?
If it is possible, how can you do so?
Kind regards,
Loïc
Hi,
Is it possible to print every detail know of a selected account?
If it is possible, how can you do so?
Kind regards,
Loïc
Hi @Loic_Cogels ,
You can go over all details of an account by using the forloop
{% for detail in current_account.custom.details %}
...
{% endfor %}
Best regards,
Michiel