From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- templates/work.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/work.html (limited to 'templates/work.html') diff --git a/templates/work.html b/templates/work.html new file mode 100644 index 0000000..f51571b --- /dev/null +++ b/templates/work.html @@ -0,0 +1,33 @@ +{% extends "layout.html" %} +{% block title %}{{ this.title }}{% endblock %} +{% block thumbail %}{{ this.thumbnail }}{% endblock %} +{% block body %} +
+

{{ this.title }}

+ + + + + + + + {% if this.format %} + + {% endif %} + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.tfrepo == True %} + + {% endif %} + {% if this.tfcollaborator == true %} + + {% endif %} +
{{ bag('translation', this.alt, 'time') }}: {{ this.year_start|dateformat('Y-MM-dd') }} - {% if this.ongoing == True %}{{ bag('translation', this.alt, 'ongoing') }}{% else %} {{ this.year_end|dateformat('Y-MM-dd') }} {% endif %}
{{bag('translation', this.alt, 'format')}}: {{this.format}}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
Repository: {{this.repo}}
{{bag('translation', this.alt, 'collaborators')}}: {% for collaborator in this.collaborators.blocks %}{{ collaborator }} {% endfor %}
+
+
+
+ {{ this.content }} +
+
+{% endblock %} -- cgit v1.2.3