{{ pgettext('DB: products.Topic.title', topic.title) }}

{# Show the description if it is different than the title. Otherwise, don't bother. #} {% if topic.title != topic.description %}

{{ pgettext('DB: products.Topic.description', topic.description) }}

{% endif %}