{% macro metaDescription(text) %}
{{ text ? text|striptags : '_ELNASHRA_DESCRIPTION_'|trans }}
{% endmacro %}
{% macro metaImage(picture) %}
{{ picture ? picture|files('fb_pictures') : app.request.getSchemeAndHttpHost() ~ base_url ~ asset('build/images/elnashra600.png') }}
{% endmacro %}
{% macro input(id, class, name, type, value, placeholder, attributes) %}
{% endmacro %}
{% macro icon(name) %}
{{ name }}
{% endmacro %}
{% macro select(options, attributes, selected) %}
{% endmacro %}