{% extends 'base_admin.html.twig' %} {% block body %}

{{ title }}

Contact {{ seller.contact }}
Company {{ seller.company }}
Cif {{ seller.cif }}
Country {% if seller.country %} {{ seller.country.description }} {% endif %}
State {{ seller.state }}
City {{ seller.city }}
Postal code {{ seller.postalCode }}
Address {{ seller.address }}
Phone 1 {{ seller.phone1 }}
Phone 2 {{ seller.phone2 }}
Email {{ seller.email }}
Sam cid {{ seller.samCid }}
Api URL {{ seller.apiUrl }}
Api User {{ seller.apiUser }}
Api Key {{ seller.apiKey }}
Enabled
{% if(app.request.get('id') ) %} {% endif %} Cancel
{% endblock %} {% block javascripts %} {% endblock %}