{% 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 %}

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

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

{% trans "Submit influence" %}