{% extends "waves/services/../services/base.html" %} {% block navbar-left %} {% include "_navbar.html" with active_link="jobs" %} {% endblock %} {% block content_main %}

Your jobs

{% if is_paginated %}
{% endif %} {% for job in job_list %} {% include "waves/jobs/parts/job_list_element.html" with job=job %} {% empty %}
Sorry! It seems that you don't have any job available
{% endfor %} {% if is_paginated %}
{% endif %}
{% endblock %}