{% extends 'ampbase.html.twig' %} {% block links %} {% endblock %} {% block title %}{{ 'إجابات السؤال : '~question.question }}{% endblock %} {% block body %} {{ question.question }} {# here will be the meta data #} : {{ question.views }} : {{ (question.interested)? question.interested:0 }} : {{ question.createdAt|date('Y') }} : {{ (app.request.locale == 'ar')?question.field.arabicFullName:question.field.englishFullName }} : {{ question.profileVisitor.firstName~' '~question.profileVisitor.lastName }} {{ question.explanation|raw }} {% endblock %}
{{ question.explanation|raw }}