{% extends 'index.html' %} {% block content %} {% load i18n %}{% load static %}{% load basefilters %}
{% include 'skill_zone_cand/skill_zone_cand_nav.html' %} {% if sz_candidates %}
{% if request.GET.view == 'list' %} {% include "skill_zone_cand/skill_zone_cand_list.html" %} {% else %} {% include "skill_zone_cand/skill_zone_cand_card.html" %} {% endif %}
{% else %}

{% trans "You have no Candidate." %}

{% endif %}
{% endblock %}