X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Findex.html;h=e95fd02e1f1aff6b00e8112e02d37847ccc7f598;hb=9a6de634c384f0cd553b8e8404d5c1b192d59821;hp=0e5ab70c7ed0cb0695eaef79319c9f9991e08f6d;hpb=25f8408523048e3734758d970efaf12b1d7157db;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/index.html b/templates/influences/index.html index 0e5ab70..e95fd02 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -1,3 +1,5 @@ +{% load i18n %} +

{% trans "Your characters"%}

{% if characters %} {% else %} -

Geen karakters.

+

{% trans "No characters. Add a character first, so you can submit your influences." %}

{% endif %} + +

{% trans "Add character" %}

+ +

{% trans "Your influences" %}

+{% if influences %} + +{% else %} +

{% trans "No influences yet." %}

+{% endif %} + +

{% trans "Submit influence" %}