{% extends 'base.html' %} {% load static %} {% block title %} All jobs {% endblock %} {% block content %} Find a job that will fit to your experties Profession Location We have found {{ jobs.count }} jobs {% for job in jobs %} {{ job.title }} {{ job.company_name }} {{ job.location }} Posted {{ job.created_at|timesince }} {% endfor %} {% if is_paginated %} {% if page_obj.has_previous %} « {% else %} « {% endif %} {% for i in page_obj.paginator.page_range %} {% if page_obj.number == i %} {{ i }} {% else %} {{ i }} {% endif %} {% endfor %} {% if page_obj.has_next %} » {% else %} » {% endif %} {% endif %} {% endblock %}
{{ job.company_name }}
Posted {{ job.created_at|timesince }}