Show influence result on the influence detail.
[matthijs/projects/xerxes.git] / templates / influences / influence_detail.html
index 17945793318f5acccf814ef54eae480be417e40f..8bddb9cd16b4a7b6972542b0b26a2ca80770edc1 100644 (file)
@@ -2,7 +2,6 @@
 {% load i18n %}
 
 {% block content %}
-
 <h1>{{ object.summary }}</h1>
 <table>
 <tr><td>{% trans "Contact" %}:</td><td>{{ object.contact }}</td></tr>
 {% endif %}
 </table>
 <p>{{ object.description }}</p>
+{% if object.result %}
+<h2>{% trans "Result" %}</h2>
+<p>{{ object.result }}</p>
+{% endif %}
+<h2>{% trans "Comments" %}</h2>
+{% block comments %}
+{% include "influences/influence_comments_block.html" %}
+{% endblock %}
 {% endblock %}