{% 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 %}