{% set cmsPath = 'bundles/jamelcms/css/admin-style.css' %}
{% set cropperPath = 'bundles/jamelcropper/css/admin-style.css' %}
{% if file_exists(cmsPath) %}
<link rel="stylesheet" href="{{ asset(cmsPath) }}">
{% endif %}
{% if file_exists(cropperPath) %}
<link rel="stylesheet" href="{{ asset(cropperPath) }}">
{% endif %}