{% extends 'base.html.twig' %} {% block title %} {% if app.request.locale == "hr" %} {{ Project.title }} - {{ 'translate.projects'|trans }} - LED & LCD displays {% elseif app.request.locale == "de" %} {{ Project.title }} - {{ 'translate.projects'|trans }} - LED & LCD displays {% else %} {{ Project.title }} - {{ 'translate.projects'|trans }} - LED & LCD displays {% endif %} {% endblock %} {% block body %} {% include('elements/_navigation.html.twig') %} {% if app.request.locale == "hr" %} Naši projekti {% elseif app.request.locale == "de" %} Projekte {% else %} Our projects {% endif %} {{ 'translate.projects'|trans }} {{ 'translate.see_all'|trans }} {{ 'translate.projects'|trans }} {{ Project.title }} {% if Project.video %} {% else %} {% endif %} {% for image in ProjectImages %} {% endfor %} {{ Project.title }} {{ Project.text|raw }} {% if ProjectDocuments is not empty %} Naslov Download {% for doc in ProjectDocuments %} {{ doc.name }} Download {% endfor %} {% endif %} {% include('elements/_projects_page_content.html.twig') %} {% include('elements/_footer.html.twig') %} {% endblock %}
{{ Project.text|raw }}