<tr class="catalogCategory">
<td colspan="6">
<h3>{{ category.title }}</h3>
<div class="nodisplay categoryDescription">{{ category.description }}</div>
</td>
</tr>
<tr>
<td class="categoryImages" rowspan="2">
{% if category.profile_photo %}
<img src="/media/{{ category.profile_photo }}" alt="Фото в профиль" />
{% endif %}
</td>
<!-- Вот как тут сделать for?! -->
<td class="categorySizes" rowspan="2">14 x 80</td>
<td class="entryType">Экстра</td>
<td class="entryPrice catalogPrices">28500 — 34200</td>
</tr>
<tr>
<td class="entryType">Экстра</td>
<td class="entryPrice catalogPrices">45000 — 54223</td>
</tr>