{% extends "::base.html.twig"%} {% block title %}Welcome!{% endblock %} {% block body %}
LAST PUBLICATIONS
{% for article in articles %}
{% if (article.image is not null) %} {% else %} {%endif%}
{{ article.title }}

{{ article.abstract |replace({'

': "", '

': ""})|slice(0, 190)|raw }}...

{{ article.dateCreate|date('Y-M-d')|upper }}read more >>
{% endfor %}
{#
#}
LAST NEWS

Read More...

{% for new in news %}
{{ new.datePublished|date('d-m') }}

{{ new.titre }}

En savoir plus

{% endfor %}

Read More...

{#
#}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {{ render(controller('PafcicOnlinePafcicBundle:Banners:banner_right')) }} {% else %}
{{ render(controller('PafcicOnlineUserBundle:User:LoginBis')) }}
{{ render(controller('PafcicOnlinePafcicBundle:Banners:banner_box')) }} {% endif %}
{#
How it works ?

We help you create your artciles with an easy and simple using the different interfaces of the site. Here are 4 steps that can change your life!

etape 1

If you are a doctor ,professor or student , subscribe to pafcicoline and create your article

etape 2

Invite the co-authors to write the article together

etape 3

Write your article

etape 4

Reviewing the other article and rating them

#}
Medical Education
{% for medical in medicals %}
{{ medical.titre}}

{{ medical.content |replace({'

': "", '

': ""}) |replace({'

': "", '

': ""}) |slice(0, 200)|raw}}

{% endfor %}
Pafcic TV

Valvular heart disease is any disease process involving one or more of the four valves of the heart (the aortic and mitral valves on the left and the pulmonary and ...

{{ render(controller('PafcicOnlinePafcicBundle:Ads:front_ads')) }}
{% endblock %}