{% extends "help_files/base.html" %} {% load bootstrap_pagination_tags %} {% load help_file_tags %} {% load search_tags %} {% block title %}{{ block.super }}{% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %} {% trans "Search" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% autopaginate help_files 10 %} {% help_file_search %} {{ paginator.count }} {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %} {% trans "Found" %}
{% for help_file in help_files %} {% search_result help_file %} {% empty %} {% if user.profile.is_superuser %} {% trans "Add a new" %} {% firstof MODULE_HELP_FILES_LABEL trans 'Help File' %} {% endif %} {% endfor %}
{% paginate %}
{% endblock %}