X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Findex.html;h=e3d1bad1e823c1cc35c9c0fab3893d7799605480;hb=13b6ec0dcf0e0cd83fdcafd9c0f08b4da024ff18;hp=125dc7c07fc7ac9fa26a90fae7140be85731323e;hpb=d7504b91c032774c7db1aeb07d116cceb4cd93f7;p=motion.git diff --git a/templates/index.html b/templates/index.html index 125dc7c..e3d1bad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,15 +2,12 @@ {% block body %}
{%- if categories|length != 0 %} -
-
-
-User: {{g.user}} -
+
-
-
- + +
+
+ {%- if categories|length == 1 %} @@ -27,27 +24,27 @@ User: {{g.user}} {%- endfor %}
-
-
- Editing note: Markdown is used formatting.
- To add a line break add two lines, to enter a link use [text](https//domain.tld/link)
- +
+
+ {{_('Editing note: Markdown is used formatting.')}}
+ {{_('To add a line break add two lines, to enter a link use [text](https//domain.tld/link)')}}
+
{%- endif %} {%- if prev %} {%- if prev == -1 %} -Prev +{{_('Prev')}} {%- else %} -Prev +{{_('Prev')}} {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} -Next +{{_('Next')}} {%- endif %}
{%- endblock %}