X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Findex.html;h=ccd2da9d670e14cd9a94b731db078011279b0028;hb=03d14f17ab41284f09f3a1eb903314d52d93f19b;hp=0e5ab70c7ed0cb0695eaef79319c9f9991e08f6d;hpb=25f8408523048e3734758d970efaf12b1d7157db;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/index.html b/templates/influences/index.html index 0e5ab70..ccd2da9 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -1,9 +1,33 @@ +{% extends "base/base.html" %} +{% load i18n %} + +{% 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" %}

+ +{% if characters %} +

{% trans "Your influences" %}

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

{% trans "No influences yet." %}

+{% endif %} + +

{% trans "Submit influence" %}

+{% endif %} +{% endblock %}