{% load i18n %}

{{ object.name }}

{% ifequal object.status "N" %} {% trans "This character was not yet approved by the SLs" %} {% else %} {% trans "This character is approved by the SLs" %} {% endifequal %} {% if object.initiated_influences.all or object.influences_involved_in.all %} {% if object.initiated_influences.all %}

{% blocktrans with object.name as name %}Influences initiated by {{ name }}{% endblocktrans %}

{% endif %} {% if object.influences_involved_in.all %}

{% blocktrans with object.name as name %}Influences {{ name }} is involved in{% endblocktrans %}

{% endif %} {% else %}

{% trans "No influences yet." %}

{% endif %} {% trans "Submit influence" %}