No point in translating <p>{{ var }}</p>. Really.
This does not hurt the string freeze, as it removes a
translateable string. So any translations of this string
are just well ... usefuless afterwards.
<a class="button_action" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
{% endif %}
- {%- trans collection_description=collection.description -%}
<p>
- {{ collection_description }}
+ {{ collection.description }}
</p>
- {%- endtrans %}
{{ collection_gallery(request, collection_items, pagination) }}