{# no attribute access in translated strings #}
{% set topic_url = topic.url %}
{% set topic_title = topic.title %}
{% set forum_url = topic.forum.url %}
{% set forum_title = topic.forum.title %}
{% trans %}{{ topic_title }} in forum {{ forum_title }}{% endtrans %}