| 
                                {{ question.html|safe }}
                             
                                
                                {% post_controls question request.user %}
                             
                                    {% contributors_info question %}
                            {% comments question request.user %} | 
{% blocktrans with question.closed.extra as close_reason %} The question has been closed for the following reason "{{ close_reason }}" by {% endblocktrans %} {{ question.closed.by.username }} {% diff_date question.closed.at %}
| 
                                            {{ answer.html|safe }}
                                         
                                            {% post_controls answer request.user %}
                                         
                                            {% contributors_info answer %}
                                        {% comments answer request.user %} |