{% trans_default_domain "community" %} {% if question.createdBy.image == "default_profile_pic_m.png" or question.createdBy.image == "default_profile_pic_f.png" %} {% set getWebPath = "/bundles/user/img/" %} {% else %} {% set getWebPath = "/uploads/profile/img" %} {% endif %}

{{ question.question|raw }}

{{ question.views }}  - - {{ question.createdBy.firstName }} {% if app.request.locale == 'ar' %} {{ 'community.question.createdBy'|trans }} {{ question.createdBy.firstName ~ ' ' ~ question.createdBy.lastName }} {% else %} {{ question.createdBy.firstName ~ ' ' ~ question.createdBy.lastName }} {{ 'asked' }} {% endif %}   {% if publishin %} - {{ 'community.question.publishin'|trans }} {% if app.request.locale == 'ar' %} {{ question.community.title }} {% else %} {{ question.community.englishTitle }} {% endif %}   {% endif %}
{{ 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 %}

{% for keyword in question.keywords %} {{keyword.context}} {% endfor %}
{{ question.communityQuestionDiscussions|length }}  
{{'community.question.add_comments'|trans}}