{% 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 for {{ name }}{% endblocktrans %}

{% trans "Submit influence" %}