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