{% extends 'claimed.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
{# leave blank if place is closed on the day #} {% for day, time in place.times %} {% endfor %}
Opening Closing Closed?
{{ day|capitalize }}
{% if place.phones %} {% for number in place.phones %} {% endfor %} {% else %} {% endif %} {% if place.phones|length < 2 %} {% endif %}
{% set types = { 'restaurant': 'Restaurant', 'eatery': 'Eatery', 'fastfood': 'Fast Food', 'cafe': 'Cafe', 'mamaput': 'Mama Put', 'hotel': 'Hotel', 'bar': 'Bar', 'streetfood': 'Street Food', 'takeout': 'Takeout', 'online': 'Delivery Only' } %} {% set tags = { 'african': 'African', 'continental': 'Continental', 'chinese': 'Chinese', 'indian': 'Indian', 'fast-food': 'FastFood', 'breakfast': 'Breakfast', 'seafood': 'Seafood', 'finedining': 'FineDining', 'healthy': 'Healthy', 'grill': 'Grill', 'parking': 'Parking', 'seating': 'Seating', 'outside': 'Outside Seating', 'rooftop': 'Rooftop', 'family': 'Family Friendly' } %} {% set areas = ['Akoka','Alausa','Apapa','Ebute Metta','Festac Town','Gbagada','Ikeja','Ilupeju','Isolo','Magodo','Maryland','Okota','Opebi','Oregun','Oshodi','Satellite Town','Surulere','Yaba','Mainland','Agungi','Ajah','Chevron','Ikate','Ikoyi','Lagos Island','Lekki','VGC','Victoria Island','Island','Lagos'] %}
{% for type, name in types %}
{% endfor %}
{% for tag, name in tags %}
{% endfor %}
{% for area in areas %}
{% endfor %}
{% if place.image|length < 3 %} {% endif %} {% if place.image %}
{% for pic in place.image %} {% endfor %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock javascripts %}