La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
I'm happy to help with this one, but can you give more specifics in your example? I'm not entirely sure I'm understanding what your data look like. What's the column type that you're working with and what are you combining? If you only need to print the column once, could you throw it inside of a conditional that looks for the loop index while looping through all of the table's rows? For example something like this:
{% if loop.first %}
{# print your column value here #}
{% endif %}
I'm happy to help with this one, but can you give more specifics in your example? I'm not entirely sure I'm understanding what your data look like. What's the column type that you're working with and what are you combining? If you only need to print the column once, could you throw it inside of a conditional that looks for the loop index while looping through all of the table's rows? For example something like this:
{% if loop.first %}
{# print your column value here #}
{% endif %}