* Put a character's status in the email and detail templates.
[matthijs/projects/xerxes.git] / templates / influences / character_detail.html
index 164310c31524e3d88d6e71569cc249ff61af3367..bf6ac953f190d30fc5fd35eba39d03dd721dafc2 100644 (file)
@@ -4,6 +4,11 @@
 {% block content %}
 
 <h2>{{ object.name }}</h2>
+{% ifequal character.status "N" %}
+<em>{% trans "This character was not yet approved by the SLs" %}</em>
+{% else %}
+<em>{% trans "This character is approved by the SLs" %}</em>
+{% endifequal %}
 <h3>{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}</h3>
 <ul>
 {% for influence in object.influence_set.all %}