<th colspan="{{(unique_dates|length) * 2}}">{{ date|date:'M d, Y' }}</th>
I want to multiply the dates length by 2 but it gives me an error
Is there a way to perform that code? or a way I can get the same results I want?
{{ date|date:'M d, Y' }} I want to multiply the dates length by 2 but it gives me an error Is there a" /> {{ date|date:'M d, Y' }} I want to multiply the dates length by 2 but it gives me an error Is there a" /> {{ date|date:'M d, Y' }} I want to multiply the dates length by 2 but it gives me an error Is there a"/>
<th colspan="{{(unique_dates|length) * 2}}">{{ date|date:'M d, Y' }}</th>
I want to multiply the dates length by 2 but it gives me an error
Is there a way to perform that code? or a way I can get the same results I want?