{% extends 'base.html.twig' %} {% block title %}{{ action == 'create' ? 'Nuevo Pais' : 'Editar Pais' }}{% endblock %} {% block body %} {# Page Header #}
{{ action == 'create' ? 'Agregar un nuevo pais al catilogo' : 'Modificar informacion del pais' }}