{% endif %}
{% if unit_booking %}
- {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 %}
+ {% if event.prices.all|length > 0 %}
{% for price in event.prices.all %}
{% if forloop.first %}
<div class="page__meta-title page__meta-title--small">{% trans "Prices" %}</div>
sudo chown -R $USER var/media
sudo chown -R $USER var/backup
git pull
-git submodule foreach git pull
+git submodule foreach git pull origin master
docker-compose run db /srv/bin/db/restore.sh
docker-compose run app bash -c "cd /srv && bower --allow-root install && gulp build"