{% extends "base/base.html" %} {% load i18n %} {% load list %} {% block content %}

{{ object.summary }}

{% if object.involved %} {% endif %} {% if object.longterm %} {% endif %}
{% trans "Iniator" %}:{{ object.initiator }}
{% trans "Involved" %}: {{ object.involved|list_or_value }}
{% trans "Long term" %}:{{ object.longterm|yesno|capfirst }}

{{ object.description }}

{% trans "Comments" %}

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