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

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

+ +{% endblock %}