{{ question.content|raw }}
{#{% if question.content|length > 255 %} {{ question.content[:255]|raw ~ "..." ~ "more"|trans }} {% else %} {{ question.content|raw }} {% endif %}#}
{% if question.content|length > 750 or (is_mobile() and question.content|length > 300) %}
{{ 'more'|trans }}
{% endif %}