{% extends "base.html" %} {% block title %}{{ root.name }}{% endblock %} {% block content %}

{{ description.name }}

← Index

{{ description.description }}

{% for project_characteristic in characteristics %}

{{ project_characteristic.characteristic_description.name }} []

{% include "project_characteristic.html" %} {% endfor %} {% endblock %}