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

+ +

{% trans "Your influences" %}

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

{% trans "No influences yet." %}

+{% endif %} + +

{% trans "Submit influence" %}

+{% endblock %}