{% extends 'base.html.twig' %} {% block title %}Steve Krack{% endblock %} {% block body %} {% if project.id == "c60d77a6-a3d0-11ed-8b2d-0242ac110006" %}
{% for picture in project.addedPictures %}
{% endfor %}
{#
ENVIRONMENT
#}
{{ project.label }}
{#
{{ project.description }}
#}
{% if project.photo2 is not empty %}
{% endif %} {% if project.photo3 is not empty %}
{% endif %} {% if project.photo4 is not empty %}
{% endif %} {% if project.photo5 is not empty %}
{% endif %} {% for picture in project.addedPictures %}
{% endfor %}
{#
#}
{{ project.label }}
{% else %}
{% if project.photo2 is not empty %}
{% endif %} {% if project.photo3 is not empty %}
{% endif %} {% if project.photo4 is not empty %}
{% endif %} {% if project.photo5 is not empty %}
{% endif %} {% if project.addedPictures is not empty %} {% for picture in project.addedPictures %}
{% endfor %} {% endif %}
{% if project.photo2 is not empty %}
{% endif %} {% if project.photo3 is not empty %}
{% endif %} {% if project.photo4 is not empty %}
{% endif %} {% if project.photo5 is not empty %}
{% endif %} {% if project.addedPictures is not empty %} {% for picture in project.addedPictures %}
{% endfor %} {% endif %}
{#
ENVIRONMENT
#}
{{ project.label }}
{#
{{ project.description }}
#}
{% if project.photo2 is not empty %}
{% endif %} {% if project.photo3 is not empty %}
{% endif %} {% if project.photo4 is not empty %}
{% endif %} {% if project.photo5 is not empty %}
{% endif %} {% for picture in project.addedPictures %}
{% endfor %}
{#
#}
{{ project.label }}
{#
#}
{% endif %} {% endblock %}