{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block thumbail %}{{ this.thumbnail }}{% endblock %} {% block body %}
{{ 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 %} |