X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail.html;h=3de670a6e9eeed14c0ac0d2142acacc96e279916;hb=refs%2Fheads%2Fproduction;hp=b06ed889d46c82d81c9a52547628d9091d7c437e;hpb=bf8c3434c59c55704ce931a0954bd1e30c4e02f1;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index b06ed88..3de670a 100644 --- a/templates/influences/influence_detail.html +++ b/templates/influences/influence_detail.html @@ -2,5 +2,21 @@ {% load i18n %} {% block content %} -{% include "influences/influence_detail_block.html" %} +

{{ object.get_type_display }}: {{ object.summary }}

+ + + +{% if object.longterm %} + +{% endif %} +
{% trans "Contact" %}:{{ object.contact }}
{% trans "Character" %}:{{ object.character }}
{% trans "Long term" %}:{{ object.longterm|yesno|capfirst }}
+

{{ object.description|linebreaks }}

+{% if object.result %} +

{% trans "Result" %}

+

{{ object.result|linebreaks }}

+{% endif %} +

{% trans "Comments" %}

+{% block comments %} +{% include "influences/influence_comments_block.html" %} +{% endblock %} {% endblock %}