{% extends "base.html" %} {% block content %}

JOBHUNTR

"Get a job."

Countries Indexed

Hint: Use Boolean Operators (*Must be capitals)
Example: Manager NOT Finance AND (KE OR United Nations OR UAE OR United States OR HK)


{% if query %} {% if page.paginator.count > 0 %}

{{ page.object_list|length }} of {{ page.paginator.count }} result{{page.paginator.count|pluralize}} <|> {{ page.number }} of {{ page.paginator.num_pages }} page{{ page.paginator.num_pages|pluralize }}

{% else %}

No results

{% endif %}

{{page.count}}

{% for result in page.object_list %} {% comment %}{% empty %} {% endcomment %} {% endfor %}
{{ result.object.title }} Age: {{ result.object.added_on|timesince }} Country: {{ result.object.source.country.name }}
No results found.
{% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} {% endblock %}