{% extends 'base1.html.twig' %} {% block content %}
Register Place
{# {% if error %}
{{ error }}
{% endif %} #}
{% set types = { 'restaurant': 'Restaurant', 'eatery': 'Eatery', 'fastfood': 'Fast Food', 'cafe': 'Cafe', 'mamaput': 'Mama Put', 'hotel': 'Hotel', 'bar': 'Bar', 'streetfood': 'Street Food', 'online': 'Delivery Only' } %}
{% for type, name in types %}
{% endfor %} {#
#}
{% endblock %} {% block extrajs %} {% endblock extrajs %}