{%extends "base-admin.html.twig"%}
{%block title%} {%if edit is defined and edit == 1%}Modify a market{%else%} Add a market {%endif%} | {{parent()}} {%endblock%}
{%block body%}
{%if edit is defined and edit == 1%}Modify a market{%else%} Add a market {%endif%}