{% load staticfiles %}
{% load i18n %}
{% if action_group is not None %}
{{action_group.name}}
{% if action_group.shortLink is not None %}
{%else%}
{%endif%}
{% with full_url=request.scheme|add:'://'|add:request.META.HTTP_HOST|add:'/media/' %}
{% if action_group.image != full_url %}
{%else%}
{% endif %}
{% endwith %}
{% elif consultation_publique is not None %}
{{consultation_publique.name}}
{% if consultation_publique.shortLink is not None %}
{%else%}
{%endif%}
{% if consultation_publique.image == ""%}
{%else%}
{%endif%}
{% elif appel_soutien is not None %}
{{appel_soutien.name}}
{% if appel_soutien.image == ""%}
{%else%}
{%endif%}
{% elif representative is not None %}
{% with current_ressource_url=request.scheme|add:"://"|add:request.META.HTTP_HOST|add:"/nos-elus/representative-detail/@"|add:representative.urlid|add:"@" %}
<<<<<<< HEAD
Contactez {{representative.fullname}} pour agir et mettre fin au genocide Palestinien
=======
{{representative.display_function }} {{representative.fullname}} | Contactes, Activité parlementaire et informations email, téléphone et twitter
>>>>>>> f0e593331319417c13ba07c255e3d2dfba77beb9
{%endwith%}
{% elif request.path == "/actions" %}
Agissez pour mettre fin au génocide en Palestine
{% elif request.path == "/nos-elus" or request.path == "/nos-elus/" %}
Contactez les élues français pour mettre fin au génocide en Palestine !
{% elif request.path == "/law-tracker" %}
Outil de suivi des lois au parlement français | Risefor
{% elif law_tracker is not None %}
{% with current_ressource_url=request.scheme|add:"://"|add:request.META.HTTP_HOST|add:"/law-tracker/law-tracker-detail/@"|add:law_tracker.urlid|add:"@" %}
{{law_tracker.name}} - Suivez l'évolution de la loi
{% if law_tracker.description %}
{%else%}
{%endif%}
{%endwith%}
{% else %}
{% block title %}{%trans "Stop Genocide | Agissons pour le peuple de Palestinien"%}{% endblock %}
{% endif %}