<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* apropos/apropos.html.twig */
class __TwigTemplate_817a24d14adfa3b18b31fff64f380218f12f835fcbd0b35c811d508163232f00 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'navigation' => [$this, 'block_navigation'],
'slider' => [$this, 'block_slider'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "apropos/apropos.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "apropos/apropos.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "apropos/apropos.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 4
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 5
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 9
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$this->displayParentBlock("title", $context, $blocks);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_navigation($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
// line 12
echo " ";
$this->displayParentBlock("navigation", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_slider($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
// line 20
echo " ";
$this->displayParentBlock("slider", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 26
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 27
echo "
";
// line 28
$this->loadTemplate("_general_includes/_fildariane.html.twig", "apropos/apropos.html.twig", 28)->display($context);
// line 29
echo " <!-- #page-title end -->
<div class=\"container clearfix\">
<div class=\"row mt-5 mb-0\">
<div class=\"col-12\">
<div class=\"heading-block center border-bottom-0\">
<h3 class=\"color-lifestyle\">Office National du Tourisme des Comores — ONTC —</h3>
</div>
";
// line 40
$context["images"] = twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 40, $this->source); })()), "aproposImages", [], "any", false, false, false, 40);
// line 41
echo " ";
// line 55
echo "
</div>
</div>
<div class=\"section\" style=\"margin-top: -20px;\">
<div class=\"container\">
<div class=\"row\" style=\"margin-bottom: -90px;\">
<div class=\"col-lg-4 text-center text-lg-left\">
";
// line 67
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["images"]) || array_key_exists("images", $context) ? $context["images"] : (function () { throw new RuntimeError('Variable "images" does not exist.', 67, $this->source); })()), function ($__image__) use ($context, $macros) { $context["image"] = $__image__; return (twig_get_attribute($this->env, $this->source, $context["image"], "getPourLaDescription", [], "method", false, false, false, 67) == true); }));
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
// line 68
echo " <img data-animate=\"fadeInLeftBig\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($context["image"], "imageFile"), "html", null, true);
echo "\" alt=\"DG\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
echo " <div class=\"heading-block center\">
";
// line 72
echo " <strong>";
((twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 72, $this->source); })()), "nomprenomResponsable", [], "any", false, false, false, 72)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 72, $this->source); })()), "nomprenomResponsable", [], "any", false, false, false, 72), "html", null, true))) : (print ("Non renseigné")));
echo "</strong>
<span>";
// line 73
((twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 73, $this->source); })()), "fonctionResponsable", [], "any", false, false, false, 73)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 73, $this->source); })()), "fonctionResponsable", [], "any", false, false, false, 73), "html", null, true))) : (print ("Non renseigné")));
echo "</span>
</div>
</div>
<div class=\"col-lg-8 col-md-6\">
<div class=\"w-100 mb-5\">
<div class=\"feature-box fbox-plain fbox-sm fbox-dark\">
<div class=\"fbox-content\">
<h3>";
// line 84
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Mot du directeur", [], "messages");
echo "</h3>
<blockquote>
";
// line 86
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 86, $this->source); })()), "request", [], "any", false, false, false, 86), "locale", [], "any", false, false, false, 86) == "en")) {
// line 87
echo " <p>
Born of the government's desire to make tourism a flagship objective of the nation’s Sustainable Development Goals, the ONTC has taken some very promising steps; during the last two years, we are beginning to lay out the road of success towards the achievement of our objectives...
In 2018, the World Tourism Organization ranked the Union of Comoros 6th out of the top 10 countries in tourism growth. This momentum towards a strong growth in the number of tourists was mainly due to affinity tourism, mainly focused on visits by Comorian family members living abroad.
It should also be considered that this encouraging result was partly due to the will of the government, which spared no effort to facilitate direct flights from Marseille to Moroni, but also by the development of more favorable arrival conditions through easing of the airport immigration procedures for our nationals arriving from abroad
</p>
";
} else {
// line 94
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["apropos"]) || array_key_exists("apropos", $context) ? $context["apropos"] : (function () { throw new RuntimeError('Variable "apropos" does not exist.', 94, $this->source); })()), "contenu", [], "any", false, false, false, 94);
echo "
";
}
// line 96
echo " </blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"container clearfix\">
<div id=\"section-features\" class=\"heading-block text-center page-section\">
<h2 class=\"color-lifestyle\">
";
// line 117
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 117, $this->source); })()), "request", [], "any", false, false, false, 117), "locale", [], "any", false, false, false, 117) == "en")) {
// line 118
echo " THE MISSION OF THE NATIONAL TOURISM OFFICE (ONTC)
";
} else {
// line 120
echo " LES MISSIONS DE L'OFFICE NATIONAL DU TOURISME (ONTC)
";
}
// line 122
echo " </h2>
<span >
<p class=\"text-black\">
";
// line 125
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 125, $this->source); })()), "request", [], "any", false, false, false, 125), "locale", [], "any", false, false, false, 125) == "en")) {
// line 126
echo " The National Tourism Office of the Comoros (ONTC) is a public institution governed by national law and endowed with an independent legal status. It has assigned missions and has its own mode of organization and operation.
";
} else {
// line 128
echo " L’Office National du Tourisme des Comores (ONTC) est une institution publique régie par une loi et dotée d’une personnalité morale et juridique.
Des missions lui sont assignées et il dispose d’un mode d’organisation et de fonctionnement qui lui sont propres.
";
}
// line 131
echo " </p>
</span>
</div>
<p>
";
// line 135
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 135, $this->source); })()), "request", [], "any", false, false, false, 135), "locale", [], "any", false, false, false, 135) == "en")) {
// line 136
echo " On December 29, 2011, law No. 11 AU on tourism was adopted,
establishing the Comoros National Tourism Office (ONTC).
This law was promulgated by Decree No. 12-02/PR of 4 February 2012. The ONTC is a public institution with a professional character. Its primary mission is to ensure a good reception and provision of information to tourists, as well as the promotion of tourism. In this way to make the archipelago known to the widest possible audience worldwide, with the aim of increasing the number of visitors while communicating the wonders and the subtleties of the territory and the culture of the Comoros
";
} else {
// line 140
echo " Le 29 décembre 2011, une loi N° 11 AU sur le tourisme et portant création de l’Office National
du Tourisme des Comores (ONTC) a été adoptée. Cette loi a été promulguée par décret n°12-02/PR du 4 février 2012. L’ONTC est un
établissement public à caractère professionnel. Il lui a été attribué comme mission principale d’assurer l’accueil et l’information des touristes ainsi que la promotion touristique et cela en vu de faire connaître l'archipel au public le plus large possible dans le monde entier, dans le but d'accroître le nombre de visiteurs,
et faire connaître les spécificités, les subtilités du territoire et de la culture comoriennes.
";
}
// line 145
echo " </p>
<div class=\"row justify-content-center col-mb-50 mb-0\">
<div class=\"col-md-6 col-lg-6\">
<div class=\"feature-box fbox-plain\">
<div class=\"fbox-icon\" data-animate=\"bounceIn\" data-delay=\"800\">
<a href=\"#\"><img src=\"";
// line 153
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("medel_assets/images/icons/features/tick.png"), "html", null, true);
echo "\" alt=\"Retina Graphics\"></a>
</div>
<div class=\"fbox-content\">
<h3>
";
// line 158
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 158, $this->source); })()), "request", [], "any", false, false, false, 158), "locale", [], "any", false, false, false, 158) == "en")) {
// line 159
echo " IN CLEAR TERMS, THE ONTC HAS AS ITS MISSIONS:
";
} else {
// line 161
echo " En termes claires, l’ONTC a comme missions :
";
}
// line 162
echo "</h3>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 165
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 165, $this->source); })()), "request", [], "any", false, false, false, 165), "locale", [], "any", false, false, false, 165) == "en")) {
// line 166
echo " To contribute to the coordination of the actions of the various
partners in the national tourism development;
";
} else {
// line 170
echo " De contribuer à coordonner les interventions des divers partenaires
du développement touristique national ;
";
}
// line 173
echo " </p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 176
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 176, $this->source); })()), "request", [], "any", false, false, false, 176), "locale", [], "any", false, false, false, 176) == "en")) {
// line 177
echo " It can take charge of all or part of the planning and implementation of local tourism policy,
local programs for tourism development, market and product studies, entertainment activities,
and the organization of festivals and cultural events;
";
} else {
// line 181
echo " Il peut être chargé de tout ou partie de l’élaboration et de la mise en œuvre de la politique locale
du tourisme et des programmes locaux du développement touristique, notamment dans les études,
de l’animation des loisirs,de l’organisation de fêtes, de manifestations culturelles ;
";
}
// line 185
echo " </p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 188
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 188, $this->source); })()), "request", [], "any", false, false, false, 188), "locale", [], "any", false, false, false, 188) == "en")) {
// line 189
echo " It is also authorized to market tourist services.
";
} else {
// line 191
echo " Il est autorisé à commercialiser de prestations de services touristiques.
";
}
// line 193
echo " </p>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-6\">
<div class=\"feature-box fbox-plain\">
<div class=\"fbox-icon\" data-animate=\"bounceIn\" data-delay=\"800\">
<a href=\"#\"><img src=\"";
// line 200
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("medel_assets/images/icons/features/tick.png"), "html", null, true);
echo "\" alt=\"Retina Graphics\"></a>
</div>
<div class=\"fbox-content\">
<h3>
";
// line 204
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 204, $this->source); })()), "request", [], "any", false, false, false, 204), "locale", [], "any", false, false, false, 204) == "en")) {
// line 205
echo " IT IS THROUGH THESE ASSIGNED MISSIONS THAT THE ONTC DEALS WITH
";
} else {
// line 207
echo " C’est à travers ces missions assignées que l’ONTC s’occupe de :
";
}
// line 209
echo " </h3>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 212
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 212, $this->source); })()), "request", [], "any", false, false, false, 212), "locale", [], "any", false, false, false, 212) == "en")) {
// line 213
echo " The reception and provision of information to visitors;
";
} else {
// line 215
echo " L’accueil et l’information des visiteurs ;
";
}
// line 217
echo " </p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 220
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 220, $this->source); })()), "request", [], "any", false, false, false, 220), "locale", [], "any", false, false, false, 220) == "en")) {
// line 221
echo " The organization of tourism promotion and marketing;
";
} else {
// line 223
echo " L’organisation de la promotion touristique ;
";
}
// line 225
echo " </p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
";
// line 228
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 228, $this->source); })()), "request", [], "any", false, false, false, 228), "locale", [], "any", false, false, false, 228) == "en")) {
// line 229
echo " The alignment of tourism promotion by the different partners of local tourism development.
";
} else {
// line 231
echo " La cohérence de la promotion des différents partenaires du
développementtouristique local.
";
}
// line 234
echo " </p>
</div>
</div>
</div>
</div>
<div class=\"divider divider-xs divider-center\" style=\"margin-top: -25px;\">
<i class=\"icon-star color-lifestyle\"></i>
<i class=\"icon-star color-sports\"></i>
<i class=\"icon-star color-market\"></i>
<i class=\"icon-star color-tech\"></i>
</div>
<div id=\"section-pricing\" class=\"heading-block text-center border-bottom-0 page-section\">
<h2 class=\"color-lifestyle\">ORGANISATION & FONCTIONNEMENT DE L'ONTC</h2>
</div>
<div class=\"pricing-box pricing-extended row align-items-stretch mb-5 mx-0 \">
<div class=\"col-lg-12 p-4\">
<div class=\"pricing-features pb-0 pt-0\">
<ul class=\"row\">
<div class=\"col-md-6\">
<i class=\"icon-desktop mr-2\"></i><strong>
";
// line 260
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 260, $this->source); })()), "request", [], "any", false, false, false, 260), "locale", [], "any", false, false, false, 260) == "en")) {
// line 261
echo " The Board of Directors
";
} else {
// line 263
echo " Le conseil d'asministration
";
}
// line 265
echo " </strong>
<ul class=\"iconlist iconlist-color mb-0\">
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 268
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 268, $this->source); })()), "request", [], "any", false, false, false, 268), "locale", [], "any", false, false, false, 268) == "en")) {
// line 269
echo " At the top is the Board of Directors, including the main government and private parties, which allows the ONTC to benefit from the experience of local actors. The Board’s role is to define the development policy of the Office and control its implementation. It is composed of two (2) colleges:
";
} else {
// line 271
echo " Au sommet se trouve le Conseil d’Administration qui regroupe les principaux acteurs publics et privés, ce qui permet à l’ONTC
de bénéficier de l’expérience des acteurs de la place.
Le CA qui a pour rôle de définir la politique de développement de l’Office, et de contrôler son exécution est composé de deux (2) collèges :
";
}
// line 275
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 280
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 280, $this->source); })()), "request", [], "any", false, false, false, 280), "locale", [], "any", false, false, false, 280) == "en")) {
// line 281
echo " The college of the Administration: composed of five (5) representatives including one (1) from the Ministry of Tourism, one (1) from the Assembly of the Union of Comoros and one from each from the three island tourism offices.
";
} else {
// line 283
echo " Le collège de l’Administration : composé de cinq (5) représentants dont un (1) du Ministère du Tourisme, un (1) de l’Assemblée de l’Union
des Comores et trois (3) issus des trois offices insulaires.
";
}
// line 286
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 289
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 289, $this->source); })()), "request", [], "any", false, false, false, 289), "locale", [], "any", false, false, false, 289) == "en")) {
// line 290
echo " The college of the tourism professionals: composed of six (6) representatives including one (1) from the hotel sector, one (1) from the restaurant sector, one (1) from the travel companies, one (1) from the travel agencies, one (1) from the UCCIA and one (1) from the guide’s association.
";
} else {
// line 292
echo " Le collège des Professionnels touristiques : composé de six (6) représentants dont un des hôtels, un (1) des restaurants,
un (1) des compagnies de voyage,
un (1) des agences de voyage, un (1) de l’UCCIA et un (1) des Guides.
";
}
// line 296
echo " </li>
</ul>
</div>
<div class=\"col-md-6\">
<div class=\"accordion accordion-bg\">
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 311
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 311, $this->source); })()), "request", [], "any", false, false, false, 311), "locale", [], "any", false, false, false, 311) == "en")) {
// line 312
echo " The executive management
";
} else {
// line 314
echo " La direction exécutive
";
}
// line 316
echo " </div>
</div>
<div class=\"accordion-content\">
<p>
";
// line 320
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 320, $this->source); })()), "request", [], "any", false, false, false, 320), "locale", [], "any", false, false, false, 320) == "en")) {
// line 321
echo " Below the Board is the executive management in charge of implementing the program defined by the Board of Directors. Its work is assigned by the assistant director. The three main departments of the ONT, namely the financial department, the legal department, and the technical department, are divided into Island Offices on the three islands of the Union of the Comoros, and into communication, marketing, promotion, and maintenance services.
";
} else {
// line 323
echo " En dessous on retrouve la direction exécutive chargée de concrétiser le programme défini par le CA Elle est aidé dans son travail
par l’assistante de direction rattachée. Les trois principaux départements de l’ONT savoirle département financier, le département juridique
et le département technique, se déclinent en Offices Insulaires sur les trois iles de l’Union des Comores et en services de communication,
de marketing promotion, et maintenance.
";
}
// line 328
echo " </p>
<p>
";
// line 330
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 330, $this->source); })()), "request", [], "any", false, false, false, 330), "locale", [], "any", false, false, false, 330) == "en")) {
// line 331
echo " This decentralized organization allows for autonomous action based on the specific tourism needs of the islands. To be most effective, emphasis is placed on improving human resources through training adapted to the needs of the departments, services, and islands.
";
} else {
// line 333
echo " Cette organisation déconcentrée permettra une autonomie d’action basée sur les spécificités des iles en matière de tourisme. Bien entendu,
pour être efficace il est certain que
l’accent sera mis sur l’amélioration des ressources humaines par des formations adaptées selon les besoins des départements, des services et des iles.
";
}
// line 337
echo " </p>
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 346
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 346, $this->source); })()), "request", [], "any", false, false, false, 346), "locale", [], "any", false, false, false, 346) == "en")) {
// line 347
echo " The financial department
";
} else {
// line 349
echo " Le département financier
";
}
// line 351
echo " </div>
</div>
<div class=\"accordion-content\">
<ul class=\"iconlist iconlist-color mb-0\">
<p>
";
// line 356
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 356, $this->source); })()), "request", [], "any", false, false, false, 356), "locale", [], "any", false, false, false, 356) == "en")) {
// line 357
echo " As its name indicates, this department is responsible for the finances of the ONTC. It not only looks for financial partners, but also monitors and controls expenditures to ensure that they are in line with weekly or monthly disbursement plans. It works closely with the marketing and promotion departments.
";
} else {
// line 359
echo " Comme son nom l’indique ce département est responsable des finances de l’ONTC, il s’occupe non seulement de la cherche des partenaires financiers,
mais aussi du suivi et du contrôle des dépenses afin de s’informer de la conformité de ses
dépenses avec les plans de décaissements hebdomadaires ou mensuels. Il travaille en étroite collaboration avec les services marketing et promotion.
";
}
// line 363
echo " </p>
</ul>
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 373
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 373, $this->source); })()), "request", [], "any", false, false, false, 373), "locale", [], "any", false, false, false, 373) == "en")) {
// line 374
echo " The legal department
";
} else {
// line 376
echo " Le département juridique
";
}
// line 378
echo " </div>
</div>
<div class=\"accordion-content\">
";
// line 381
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 381, $this->source); })()), "request", [], "any", false, false, false, 381), "locale", [], "any", false, false, false, 381) == "en")) {
// line 382
echo " This department deals mainly with contracts with financial or technical partners and ensures that these contracts comply with the laws in force in the field of procurement, respect for the environment, and protection of national heritage sites and resources, particularly tangible and intangible cultural heritage. With the Executive Director’s consent, these contracts are submitted to the Board of Directors for approval before being signed.
";
} else {
// line 384
echo " Ce département s’occupe essentiellement des contrats avec les partenaires
financiers ou technique et veille à la conformité de ces contrats avec les textes en vigueurs dans le domaine des passations de marchés,
du respect de l’environnement, de la protection du patrimoine immobilier et mobilier, notamment le patrimoine culturel matériel et immatériel.
Il soumet ces contrats avant signature sous couvert du Directeur Exécutif,
à l’approbation du Conseil d’Administration dans un délai suffisant avant la date de signature
";
}
// line 390
echo " </div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 398
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 398, $this->source); })()), "request", [], "any", false, false, false, 398), "locale", [], "any", false, false, false, 398) == "en")) {
// line 399
echo " The Technical Department
";
} else {
// line 401
echo " Le département technique
";
}
// line 403
echo " </div>
</div>
<div class=\"accordion-content\">
";
// line 406
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 406, $this->source); })()), "request", [], "any", false, false, false, 406), "locale", [], "any", false, false, false, 406) == "en")) {
// line 407
echo " The technical department is charged with identifying the technical solutions necessary for the development of tourism on all three islands. For example, verifying and checking the impact studies of potential investors. It can also propose ideas to partners, such as ANADEN, for platforms or applications to optimize the visibility of the ONTC and Comoros’ tourism assets. It can also seek technical partnerships outside the country if the necessary expertise does not exist locally. These three departments of the ONTC work in close collaboration with the various island services which are
";
} else {
// line 409
echo " Le département technique est chargé de réfléchir aux solutions techniques nécessaires aux développements du tourisme sur l’ensemble
des trois îles. Par exemple la contre-expertise des études d’impacts des investisseurs potentiels. Il peut aussi proposer aux partenaires tels
que l’ANADEN les idées de plateformes ou d’applications pour une optimisation de la visibilité du l’ONTC et des atouts du tourisme aux Comores.
Il peut également chercher des partenariats techniques en dehors du pays si l’expertise nécessaire
n’existe pas localement.Ces trois départements de l’ONTC travaillent en étroite collaboration avec les différents services insulaires qui sont :
";
}
// line 415
echo " </div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 423
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 423, $this->source); })()), "request", [], "any", false, false, false, 423), "locale", [], "any", false, false, false, 423) == "en")) {
// line 424
echo " The marketing & promotion department
";
} else {
// line 426
echo " Le service marketing & promotion
";
}
// line 428
echo " </div>
</div>
<div class=\"accordion-content\">
";
// line 431
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 431, $this->source); })()), "request", [], "any", false, false, false, 431), "locale", [], "any", false, false, false, 431) == "en")) {
// line 432
echo " The department is in charge of the design and printing of marketing materials, expressing
the demand and the needs of the ONTC by producing exceptional images and products.
This is possible through expert knowledge of editing and design software, and the
manufacturing and printing processes. A competitive market ensures that the designers
offer up their best efforts in order to secure the projects and create quality products.
";
} else {
// line 438
echo " Le département est chargé de la réalisation, de la conception de prospectus, exprimer la
demande et les besoins de l'ONTC par une image, manier les différents codes visuels :
typographie, couleur, manier les différents logiciels à la perfection (Illustrator, Indesign,
Photoshop …) et procédés de fabrication et d’impression ; il sait vendre et fait preuve de
son talent, le marqueteur / graphiste est souvent en concurrence avec d’autre pour
remporter certains projets.
";
}
// line 445
echo " </div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 453
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 453, $this->source); })()), "request", [], "any", false, false, false, 453), "locale", [], "any", false, false, false, 453) == "en")) {
// line 454
echo " The Communication Department
";
} else {
// line 456
echo " Le service de communication
";
}
// line 458
echo " </div>
</div>
<div class=\"accordion-content\">
";
// line 461
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 461, $this->source); })()), "request", [], "any", false, false, false, 461), "locale", [], "any", false, false, false, 461) == "en")) {
// line 462
echo " In close collaboration with the marketing and promotion department, the communication department is responsible for internal and external communication, ensuring that the ONTC's clients and partners are satisfied and remain loyal to the Office. Its actions are geared towards tour operators and tourist sending countries. The communication department distributes and promotes the products designed by the marketing department. It is also in charge of training agents in contact with the public in terms of reception, customer loyalty, and communication.
";
} else {
// line 464
echo " En étroite collaboration avec le service marketing et promotion, le service communication s’occupe essentiellement de la communication
interne et externe en faisant en sorte que les clients et partenaires de l’ONTC soient satisfaits et restent fidèles à l’Office. Ses actions
sont tournées vers les voyagistes, les Tours opérateurs et les pays émetteurs de touristes.Si le service marketing conçoitle service communication
diffuse et vulgarise les produits conçus par le service marketing et promotion. Il s’occupera également
de la formation des agents en contact avec le public en matière d’accueil et de fidélisation des clients, mais aussi en communication orale.
";
}
// line 470
echo " </div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
";
// line 478
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 478, $this->source); })()), "request", [], "any", false, false, false, 478), "locale", [], "any", false, false, false, 478) == "en")) {
// line 479
echo " The maintenance department
";
} else {
// line 481
echo " Le service de maintenance
";
}
// line 483
echo " </div>
</div>
<div class=\"accordion-content\">
";
// line 486
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 486, $this->source); })()), "request", [], "any", false, false, false, 486), "locale", [], "any", false, false, false, 486) == "en")) {
// line 487
echo " The maintenance department is responsible for the smooth running of the computer, office automation, and technical equipment used by the ONTC. It also advises the procurement department regarding the choice of the best equipment, taking into account the quality-price ratio and the ease of repair or maintenance of the equipment.
";
} else {
// line 489
echo " Le service maintenance sera responsable de la bonne marche de l’équipement informatique, bureautique et technique acquis par l’ONTC.
Il jouera également le rôle de conseiller auprès du service chargé
des commandes pour le choix des meilleurs produits en tenant compte du rapport qualité prix et de la facilité de réparation ou d’entretien de l’équipement.
";
}
// line 493
echo " </div>
</div>
</div>
</ul>
</div>
</div>
</div>
<div class=\"pricing-box pricing-extended row align-items-stretch mx-0 \" style=\"margin-top: -30px; margin-bottom: -40px; background-color: #f6f7f9\">
<div class=\"col-lg-12 p-4\">
<div id=\"section-features\" class=\"heading-block text-center page-section\">
<h3 class=\"color-lifestyle\">
";
// line 509
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 509, $this->source); })()), "request", [], "any", false, false, false, 509), "locale", [], "any", false, false, false, 509) == "en")) {
// line 510
echo " FINANCING OF THE ONTC
";
} else {
// line 512
echo " Financement de l'ONTC
";
}
// line 514
echo " </h3>
</div>
<div class=\"pricing-features pb-0 pt-0\">
<ul class=\"row\">
<div class=\"col-md-12\">
<p>
";
// line 521
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 521, $this->source); })()), "request", [], "any", false, false, false, 521), "locale", [], "any", false, false, false, 521) == "en")) {
// line 522
echo " The question of the financing of the ONTC has been addressed by the law on tourism, which created the Office as the only institution responsible for tourism promotion. According to this law, the sources of financing of the ONTC include:
";
} else {
// line 524
echo " La question du financement de l’ONTC a été traitée par la loi sur le tourisme ayant fait l’objet de création de la seule institution chargée
de la promotion touristique. Selon cette loi, les sources de financement de l’ONTC sont entre autres :
";
}
// line 527
echo " </p>
<ul class=\"iconlist iconlist-color mb-0\">
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 530
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 530, $this->source); })()), "request", [], "any", false, false, false, 530), "locale", [], "any", false, false, false, 530) == "en")) {
// line 531
echo " Restaurant taxes;
";
} else {
// line 533
echo " Les taxes sur la restauration ;
";
}
// line 535
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 538
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 538, $this->source); })()), "request", [], "any", false, false, false, 538), "locale", [], "any", false, false, false, 538) == "en")) {
// line 539
echo " The contributions of the members of the colleges of professionals;
";
} else {
// line 541
echo " Les cotisations des membres de collèges des professionnels ;
";
}
// line 543
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 546
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 546, $this->source); })()), "request", [], "any", false, false, false, 546), "locale", [], "any", false, false, false, 546) == "en")) {
// line 547
echo " State subsidies and aid received from international partners;
";
} else {
// line 549
echo " Les subventions de l’Etat et les aides reçues de l’extérieur ;
";
}
// line 551
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 554
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 554, $this->source); })()), "request", [], "any", false, false, false, 554), "locale", [], "any", false, false, false, 554) == "en")) {
// line 555
echo " Income from the operation of tourism activities and sites which it operates;
";
} else {
// line 557
echo " Les recettes réalisées via l’exploitation des équipements et des sites touristiques dont il a la charge ;
";
}
// line 559
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 561
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 561, $this->source); })()), "request", [], "any", false, false, false, 561), "locale", [], "any", false, false, false, 561) == "en")) {
// line 562
echo " Approval fees paid by tourism operators;
";
} else {
// line 564
echo " Le droit relatif aux agréments ;
";
}
// line 566
echo " </li>
<li><i class=\"icon-check color-lifestyle\"></i>
";
// line 569
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 569, $this->source); })()), "request", [], "any", false, false, false, 569), "locale", [], "any", false, false, false, 569) == "en")) {
// line 570
echo " Annual licensing fees, etc.
";
} else {
// line 572
echo " Les centimes additionnels sur les patentes...etc.
";
}
// line 574
echo " </li>
</ul>
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 594
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 595
echo " ";
$this->displayParentBlock("footer", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 603
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 604
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "apropos/apropos.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1064 => 604, 1054 => 603, 1041 => 595, 1031 => 594, 1007 => 574, 1003 => 572, 999 => 570, 997 => 569, 992 => 566, 988 => 564, 984 => 562, 982 => 561, 978 => 559, 974 => 557, 970 => 555, 968 => 554, 963 => 551, 959 => 549, 955 => 547, 953 => 546, 948 => 543, 944 => 541, 940 => 539, 938 => 538, 933 => 535, 929 => 533, 925 => 531, 923 => 530, 918 => 527, 913 => 524, 909 => 522, 907 => 521, 898 => 514, 894 => 512, 890 => 510, 888 => 509, 870 => 493, 864 => 489, 860 => 487, 858 => 486, 853 => 483, 849 => 481, 845 => 479, 843 => 478, 833 => 470, 825 => 464, 821 => 462, 819 => 461, 814 => 458, 810 => 456, 806 => 454, 804 => 453, 794 => 445, 785 => 438, 777 => 432, 775 => 431, 770 => 428, 766 => 426, 762 => 424, 760 => 423, 750 => 415, 742 => 409, 738 => 407, 736 => 406, 731 => 403, 727 => 401, 723 => 399, 721 => 398, 711 => 390, 703 => 384, 699 => 382, 697 => 381, 692 => 378, 688 => 376, 684 => 374, 682 => 373, 670 => 363, 664 => 359, 660 => 357, 658 => 356, 651 => 351, 647 => 349, 643 => 347, 641 => 346, 630 => 337, 624 => 333, 620 => 331, 618 => 330, 614 => 328, 607 => 323, 603 => 321, 601 => 320, 595 => 316, 591 => 314, 587 => 312, 585 => 311, 568 => 296, 562 => 292, 558 => 290, 556 => 289, 551 => 286, 546 => 283, 542 => 281, 540 => 280, 533 => 275, 527 => 271, 523 => 269, 521 => 268, 516 => 265, 512 => 263, 508 => 261, 506 => 260, 478 => 234, 473 => 231, 469 => 229, 467 => 228, 462 => 225, 458 => 223, 454 => 221, 452 => 220, 447 => 217, 443 => 215, 439 => 213, 437 => 212, 432 => 209, 428 => 207, 424 => 205, 422 => 204, 415 => 200, 406 => 193, 402 => 191, 398 => 189, 396 => 188, 391 => 185, 385 => 181, 379 => 177, 377 => 176, 372 => 173, 367 => 170, 361 => 166, 359 => 165, 354 => 162, 350 => 161, 346 => 159, 344 => 158, 336 => 153, 326 => 145, 319 => 140, 313 => 136, 311 => 135, 305 => 131, 300 => 128, 296 => 126, 294 => 125, 289 => 122, 285 => 120, 281 => 118, 279 => 117, 256 => 96, 250 => 94, 241 => 87, 239 => 86, 234 => 84, 220 => 73, 215 => 72, 212 => 70, 203 => 68, 199 => 67, 185 => 55, 183 => 41, 181 => 40, 168 => 29, 166 => 28, 163 => 27, 153 => 26, 140 => 20, 130 => 19, 117 => 12, 107 => 11, 87 => 9, 74 => 5, 64 => 4, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{#<!-- Stylesheets
\t============================================= -->#}
{% block stylesheets %}
{{ parent() }}
{% endblock stylesheets %}
{#<!-- Document Title
\t============================================= -->#}
{% block title %}{{ parent() }} {% endblock title %}
{% block navigation %}
{{ parent() }}
{% endblock navigation %}
{#<!-- Slider
\t\t============================================= -->#}
{# SLIDER #}
{% block slider %}
{{ parent() }}
{% endblock slider %}
{#<!-- Content
\t\t============================================= -->#}
{% block body %}
{% include '_general_includes/_fildariane.html.twig' %}
<!-- #page-title end -->
<div class=\"container clearfix\">
<div class=\"row mt-5 mb-0\">
<div class=\"col-12\">
<div class=\"heading-block center border-bottom-0\">
<h3 class=\"color-lifestyle\">Office National du Tourisme des Comores — ONTC —</h3>
</div>
{% set images = apropos.aproposImages %}
{#
======== Image banniere qui était en haut ========
<div class=\"fslider\" data-pagi=\"false\" data-animation=\"fade\">
<div class=\"flexslider\">
<div class=\"slider-wrap\">
{% for image in images | filter(image=> image.getPourLaDescription()==false) %}
<div class=\"slide\"><a href=\"#\"><img src=\"{{ vich_uploader_asset(image, 'imageFile') }}\" alt=\"About Image\"></a></div>
{% else %}
<div class=\"slide\"><a href=\"#\"><img src=\"{{ asset('medel_assets/images/ontc_site/a_propos/gabarit_image_apropos.jpg') }}\" alt=\"About Image\"></a></div>
{% endfor %}
</div>
</div>
</div>
#}
</div>
</div>
<div class=\"section\" style=\"margin-top: -20px;\">
<div class=\"container\">
<div class=\"row\" style=\"margin-bottom: -90px;\">
<div class=\"col-lg-4 text-center text-lg-left\">
{% for image in images | filter(image => image.getPourLaDescription()==true) %}
<img data-animate=\"fadeInLeftBig\" src=\"{{ vich_uploader_asset(image, 'imageFile') }}\" alt=\"DG\">
{% endfor %}
<div class=\"heading-block center\">
{# NOM PRENOM FONCTION DU RESPONSABLE #}
<strong>{{ apropos.nomprenomResponsable ? apropos.nomprenomResponsable : 'Non renseigné' }}</strong>
<span>{{ apropos.fonctionResponsable ? apropos.fonctionResponsable : 'Non renseigné' }}</span>
</div>
</div>
<div class=\"col-lg-8 col-md-6\">
<div class=\"w-100 mb-5\">
<div class=\"feature-box fbox-plain fbox-sm fbox-dark\">
<div class=\"fbox-content\">
<h3>{% trans %}Mot du directeur{% endtrans %}</h3>
<blockquote>
{% if app.request.locale == \"en\" %}
<p>
Born of the government's desire to make tourism a flagship objective of the nation’s Sustainable Development Goals, the ONTC has taken some very promising steps; during the last two years, we are beginning to lay out the road of success towards the achievement of our objectives...
In 2018, the World Tourism Organization ranked the Union of Comoros 6th out of the top 10 countries in tourism growth. This momentum towards a strong growth in the number of tourists was mainly due to affinity tourism, mainly focused on visits by Comorian family members living abroad.
It should also be considered that this encouraging result was partly due to the will of the government, which spared no effort to facilitate direct flights from Marseille to Moroni, but also by the development of more favorable arrival conditions through easing of the airport immigration procedures for our nationals arriving from abroad
</p>
{% else %}
{{ apropos.contenu | raw }}
{% endif %}
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"container clearfix\">
<div id=\"section-features\" class=\"heading-block text-center page-section\">
<h2 class=\"color-lifestyle\">
{% if app.request.locale == \"en\" %}
THE MISSION OF THE NATIONAL TOURISM OFFICE (ONTC)
{% else %}
LES MISSIONS DE L'OFFICE NATIONAL DU TOURISME (ONTC)
{% endif %}
</h2>
<span >
<p class=\"text-black\">
{% if app.request.locale == \"en\" %}
The National Tourism Office of the Comoros (ONTC) is a public institution governed by national law and endowed with an independent legal status. It has assigned missions and has its own mode of organization and operation.
{% else %}
L’Office National du Tourisme des Comores (ONTC) est une institution publique régie par une loi et dotée d’une personnalité morale et juridique.
Des missions lui sont assignées et il dispose d’un mode d’organisation et de fonctionnement qui lui sont propres.
{% endif %}
</p>
</span>
</div>
<p>
{% if app.request.locale == \"en\" %}
On December 29, 2011, law No. 11 AU on tourism was adopted,
establishing the Comoros National Tourism Office (ONTC).
This law was promulgated by Decree No. 12-02/PR of 4 February 2012. The ONTC is a public institution with a professional character. Its primary mission is to ensure a good reception and provision of information to tourists, as well as the promotion of tourism. In this way to make the archipelago known to the widest possible audience worldwide, with the aim of increasing the number of visitors while communicating the wonders and the subtleties of the territory and the culture of the Comoros
{% else %}
Le 29 décembre 2011, une loi N° 11 AU sur le tourisme et portant création de l’Office National
du Tourisme des Comores (ONTC) a été adoptée. Cette loi a été promulguée par décret n°12-02/PR du 4 février 2012. L’ONTC est un
établissement public à caractère professionnel. Il lui a été attribué comme mission principale d’assurer l’accueil et l’information des touristes ainsi que la promotion touristique et cela en vu de faire connaître l'archipel au public le plus large possible dans le monde entier, dans le but d'accroître le nombre de visiteurs,
et faire connaître les spécificités, les subtilités du territoire et de la culture comoriennes.
{% endif %}
</p>
<div class=\"row justify-content-center col-mb-50 mb-0\">
<div class=\"col-md-6 col-lg-6\">
<div class=\"feature-box fbox-plain\">
<div class=\"fbox-icon\" data-animate=\"bounceIn\" data-delay=\"800\">
<a href=\"#\"><img src=\"{{ asset('medel_assets/images/icons/features/tick.png') }}\" alt=\"Retina Graphics\"></a>
</div>
<div class=\"fbox-content\">
<h3>
{% if app.request.locale == \"en\" %}
IN CLEAR TERMS, THE ONTC HAS AS ITS MISSIONS:
{% else %}
En termes claires, l’ONTC a comme missions :
{% endif %}</h3>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
To contribute to the coordination of the actions of the various
partners in the national tourism development;
{% else %}
De contribuer à coordonner les interventions des divers partenaires
du développement touristique national ;
{% endif %}
</p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
It can take charge of all or part of the planning and implementation of local tourism policy,
local programs for tourism development, market and product studies, entertainment activities,
and the organization of festivals and cultural events;
{% else %}
Il peut être chargé de tout ou partie de l’élaboration et de la mise en œuvre de la politique locale
du tourisme et des programmes locaux du développement touristique, notamment dans les études,
de l’animation des loisirs,de l’organisation de fêtes, de manifestations culturelles ;
{% endif %}
</p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
It is also authorized to market tourist services.
{% else %}
Il est autorisé à commercialiser de prestations de services touristiques.
{% endif %}
</p>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-6\">
<div class=\"feature-box fbox-plain\">
<div class=\"fbox-icon\" data-animate=\"bounceIn\" data-delay=\"800\">
<a href=\"#\"><img src=\"{{ asset('medel_assets/images/icons/features/tick.png') }}\" alt=\"Retina Graphics\"></a>
</div>
<div class=\"fbox-content\">
<h3>
{% if app.request.locale == \"en\" %}
IT IS THROUGH THESE ASSIGNED MISSIONS THAT THE ONTC DEALS WITH
{% else %}
C’est à travers ces missions assignées que l’ONTC s’occupe de :
{% endif %}
</h3>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The reception and provision of information to visitors;
{% else %}
L’accueil et l’information des visiteurs ;
{% endif %}
</p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The organization of tourism promotion and marketing;
{% else %}
L’organisation de la promotion touristique ;
{% endif %}
</p>
<p>
<i class=\"icon-check-circle mr-2 color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The alignment of tourism promotion by the different partners of local tourism development.
{% else %}
La cohérence de la promotion des différents partenaires du
développementtouristique local.
{% endif %}
</p>
</div>
</div>
</div>
</div>
<div class=\"divider divider-xs divider-center\" style=\"margin-top: -25px;\">
<i class=\"icon-star color-lifestyle\"></i>
<i class=\"icon-star color-sports\"></i>
<i class=\"icon-star color-market\"></i>
<i class=\"icon-star color-tech\"></i>
</div>
<div id=\"section-pricing\" class=\"heading-block text-center border-bottom-0 page-section\">
<h2 class=\"color-lifestyle\">ORGANISATION & FONCTIONNEMENT DE L'ONTC</h2>
</div>
<div class=\"pricing-box pricing-extended row align-items-stretch mb-5 mx-0 \">
<div class=\"col-lg-12 p-4\">
<div class=\"pricing-features pb-0 pt-0\">
<ul class=\"row\">
<div class=\"col-md-6\">
<i class=\"icon-desktop mr-2\"></i><strong>
{% if app.request.locale == \"en\" %}
The Board of Directors
{% else %}
Le conseil d'asministration
{% endif %}
</strong>
<ul class=\"iconlist iconlist-color mb-0\">
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
At the top is the Board of Directors, including the main government and private parties, which allows the ONTC to benefit from the experience of local actors. The Board’s role is to define the development policy of the Office and control its implementation. It is composed of two (2) colleges:
{% else %}
Au sommet se trouve le Conseil d’Administration qui regroupe les principaux acteurs publics et privés, ce qui permet à l’ONTC
de bénéficier de l’expérience des acteurs de la place.
Le CA qui a pour rôle de définir la politique de développement de l’Office, et de contrôler son exécution est composé de deux (2) collèges :
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The college of the Administration: composed of five (5) representatives including one (1) from the Ministry of Tourism, one (1) from the Assembly of the Union of Comoros and one from each from the three island tourism offices.
{% else %}
Le collège de l’Administration : composé de cinq (5) représentants dont un (1) du Ministère du Tourisme, un (1) de l’Assemblée de l’Union
des Comores et trois (3) issus des trois offices insulaires.
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The college of the tourism professionals: composed of six (6) representatives including one (1) from the hotel sector, one (1) from the restaurant sector, one (1) from the travel companies, one (1) from the travel agencies, one (1) from the UCCIA and one (1) from the guide’s association.
{% else %}
Le collège des Professionnels touristiques : composé de six (6) représentants dont un des hôtels, un (1) des restaurants,
un (1) des compagnies de voyage,
un (1) des agences de voyage, un (1) de l’UCCIA et un (1) des Guides.
{% endif %}
</li>
</ul>
</div>
<div class=\"col-md-6\">
<div class=\"accordion accordion-bg\">
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The executive management
{% else %}
La direction exécutive
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
<p>
{% if app.request.locale == \"en\" %}
Below the Board is the executive management in charge of implementing the program defined by the Board of Directors. Its work is assigned by the assistant director. The three main departments of the ONT, namely the financial department, the legal department, and the technical department, are divided into Island Offices on the three islands of the Union of the Comoros, and into communication, marketing, promotion, and maintenance services.
{% else %}
En dessous on retrouve la direction exécutive chargée de concrétiser le programme défini par le CA Elle est aidé dans son travail
par l’assistante de direction rattachée. Les trois principaux départements de l’ONT savoirle département financier, le département juridique
et le département technique, se déclinent en Offices Insulaires sur les trois iles de l’Union des Comores et en services de communication,
de marketing promotion, et maintenance.
{% endif %}
</p>
<p>
{% if app.request.locale == \"en\" %}
This decentralized organization allows for autonomous action based on the specific tourism needs of the islands. To be most effective, emphasis is placed on improving human resources through training adapted to the needs of the departments, services, and islands.
{% else %}
Cette organisation déconcentrée permettra une autonomie d’action basée sur les spécificités des iles en matière de tourisme. Bien entendu,
pour être efficace il est certain que
l’accent sera mis sur l’amélioration des ressources humaines par des formations adaptées selon les besoins des départements, des services et des iles.
{% endif %}
</p>
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The financial department
{% else %}
Le département financier
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
<ul class=\"iconlist iconlist-color mb-0\">
<p>
{% if app.request.locale == \"en\" %}
As its name indicates, this department is responsible for the finances of the ONTC. It not only looks for financial partners, but also monitors and controls expenditures to ensure that they are in line with weekly or monthly disbursement plans. It works closely with the marketing and promotion departments.
{% else %}
Comme son nom l’indique ce département est responsable des finances de l’ONTC, il s’occupe non seulement de la cherche des partenaires financiers,
mais aussi du suivi et du contrôle des dépenses afin de s’informer de la conformité de ses
dépenses avec les plans de décaissements hebdomadaires ou mensuels. Il travaille en étroite collaboration avec les services marketing et promotion.
{% endif %}
</p>
</ul>
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The legal department
{% else %}
Le département juridique
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
{% if app.request.locale == \"en\" %}
This department deals mainly with contracts with financial or technical partners and ensures that these contracts comply with the laws in force in the field of procurement, respect for the environment, and protection of national heritage sites and resources, particularly tangible and intangible cultural heritage. With the Executive Director’s consent, these contracts are submitted to the Board of Directors for approval before being signed.
{% else %}
Ce département s’occupe essentiellement des contrats avec les partenaires
financiers ou technique et veille à la conformité de ces contrats avec les textes en vigueurs dans le domaine des passations de marchés,
du respect de l’environnement, de la protection du patrimoine immobilier et mobilier, notamment le patrimoine culturel matériel et immatériel.
Il soumet ces contrats avant signature sous couvert du Directeur Exécutif,
à l’approbation du Conseil d’Administration dans un délai suffisant avant la date de signature
{% endif %}
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The Technical Department
{% else %}
Le département technique
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
{% if app.request.locale == \"en\" %}
The technical department is charged with identifying the technical solutions necessary for the development of tourism on all three islands. For example, verifying and checking the impact studies of potential investors. It can also propose ideas to partners, such as ANADEN, for platforms or applications to optimize the visibility of the ONTC and Comoros’ tourism assets. It can also seek technical partnerships outside the country if the necessary expertise does not exist locally. These three departments of the ONTC work in close collaboration with the various island services which are
{% else %}
Le département technique est chargé de réfléchir aux solutions techniques nécessaires aux développements du tourisme sur l’ensemble
des trois îles. Par exemple la contre-expertise des études d’impacts des investisseurs potentiels. Il peut aussi proposer aux partenaires tels
que l’ANADEN les idées de plateformes ou d’applications pour une optimisation de la visibilité du l’ONTC et des atouts du tourisme aux Comores.
Il peut également chercher des partenariats techniques en dehors du pays si l’expertise nécessaire
n’existe pas localement.Ces trois départements de l’ONTC travaillent en étroite collaboration avec les différents services insulaires qui sont :
{% endif %}
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The marketing & promotion department
{% else %}
Le service marketing & promotion
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
{% if app.request.locale == \"en\" %}
The department is in charge of the design and printing of marketing materials, expressing
the demand and the needs of the ONTC by producing exceptional images and products.
This is possible through expert knowledge of editing and design software, and the
manufacturing and printing processes. A competitive market ensures that the designers
offer up their best efforts in order to secure the projects and create quality products.
{% else %}
Le département est chargé de la réalisation, de la conception de prospectus, exprimer la
demande et les besoins de l'ONTC par une image, manier les différents codes visuels :
typographie, couleur, manier les différents logiciels à la perfection (Illustrator, Indesign,
Photoshop …) et procédés de fabrication et d’impression ; il sait vendre et fait preuve de
son talent, le marqueteur / graphiste est souvent en concurrence avec d’autre pour
remporter certains projets.
{% endif %}
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The Communication Department
{% else %}
Le service de communication
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
{% if app.request.locale == \"en\" %}
In close collaboration with the marketing and promotion department, the communication department is responsible for internal and external communication, ensuring that the ONTC's clients and partners are satisfied and remain loyal to the Office. Its actions are geared towards tour operators and tourist sending countries. The communication department distributes and promotes the products designed by the marketing department. It is also in charge of training agents in contact with the public in terms of reception, customer loyalty, and communication.
{% else %}
En étroite collaboration avec le service marketing et promotion, le service communication s’occupe essentiellement de la communication
interne et externe en faisant en sorte que les clients et partenaires de l’ONTC soient satisfaits et restent fidèles à l’Office. Ses actions
sont tournées vers les voyagistes, les Tours opérateurs et les pays émetteurs de touristes.Si le service marketing conçoitle service communication
diffuse et vulgarise les produits conçus par le service marketing et promotion. Il s’occupera également
de la formation des agents en contact avec le public en matière d’accueil et de fidélisation des clients, mais aussi en communication orale.
{% endif %}
</div>
<div class=\"accordion-header\">
<div class=\"accordion-icon\">
<i class=\"accordion-closed icon-plus-sign color-lifestyle\"></i>
<i class=\"accordion-open icon-remove-circle\"></i>
</div>
<div class=\"accordion-title color-tech\">
{% if app.request.locale == \"en\" %}
The maintenance department
{% else %}
Le service de maintenance
{% endif %}
</div>
</div>
<div class=\"accordion-content\">
{% if app.request.locale == \"en\" %}
The maintenance department is responsible for the smooth running of the computer, office automation, and technical equipment used by the ONTC. It also advises the procurement department regarding the choice of the best equipment, taking into account the quality-price ratio and the ease of repair or maintenance of the equipment.
{% else %}
Le service maintenance sera responsable de la bonne marche de l’équipement informatique, bureautique et technique acquis par l’ONTC.
Il jouera également le rôle de conseiller auprès du service chargé
des commandes pour le choix des meilleurs produits en tenant compte du rapport qualité prix et de la facilité de réparation ou d’entretien de l’équipement.
{% endif %}
</div>
</div>
</div>
</ul>
</div>
</div>
</div>
<div class=\"pricing-box pricing-extended row align-items-stretch mx-0 \" style=\"margin-top: -30px; margin-bottom: -40px; background-color: #f6f7f9\">
<div class=\"col-lg-12 p-4\">
<div id=\"section-features\" class=\"heading-block text-center page-section\">
<h3 class=\"color-lifestyle\">
{% if app.request.locale == \"en\" %}
FINANCING OF THE ONTC
{% else %}
Financement de l'ONTC
{% endif %}
</h3>
</div>
<div class=\"pricing-features pb-0 pt-0\">
<ul class=\"row\">
<div class=\"col-md-12\">
<p>
{% if app.request.locale == \"en\" %}
The question of the financing of the ONTC has been addressed by the law on tourism, which created the Office as the only institution responsible for tourism promotion. According to this law, the sources of financing of the ONTC include:
{% else %}
La question du financement de l’ONTC a été traitée par la loi sur le tourisme ayant fait l’objet de création de la seule institution chargée
de la promotion touristique. Selon cette loi, les sources de financement de l’ONTC sont entre autres :
{% endif %}
</p>
<ul class=\"iconlist iconlist-color mb-0\">
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
Restaurant taxes;
{% else %}
Les taxes sur la restauration ;
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
The contributions of the members of the colleges of professionals;
{% else %}
Les cotisations des membres de collèges des professionnels ;
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
State subsidies and aid received from international partners;
{% else %}
Les subventions de l’Etat et les aides reçues de l’extérieur ;
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
Income from the operation of tourism activities and sites which it operates;
{% else %}
Les recettes réalisées via l’exploitation des équipements et des sites touristiques dont il a la charge ;
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
Approval fees paid by tourism operators;
{% else %}
Le droit relatif aux agréments ;
{% endif %}
</li>
<li><i class=\"icon-check color-lifestyle\"></i>
{% if app.request.locale == \"en\" %}
Annual licensing fees, etc.
{% else %}
Les centimes additionnels sur les patentes...etc.
{% endif %}
</li>
</ul>
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
{% endblock body %}
{#<!-- #content end -->#}
{#<!-- Footer
\t\t============================================= -->#}
{% block footer %}
{{ parent() }}
{% endblock footer %}
{#<!-- #footer end -->#}
{#<!-- JavaScripts
\t============================================= -->#}
{% block javascripts %}
{{ parent() }}
{% endblock javascripts %}
", "apropos/apropos.html.twig", "/var/www/vhosts/comorostourism/templates/apropos/apropos.html.twig");
}
}