{% extends "base.html" %} {% load recipes_tags %} {% block title %}Recipe authors « {{ block.super }}{% endblock %} {% block content_header %}All recipe authors{% endblock %} {% block content %} {% if is_paginated %} {% load pagination %}
{% paginate %}
{% endif %} {% if object_list %} {% else %}

No recipes are available.

{% endif %} {% if is_paginated %}
{% paginate %}
{% endif %} {% endblock %} {% block sidebar %} {{ num_authors }} people have posted recipes. Another {{ num_other_users }} have added commented or voted on recipes. {% endblock %}