Skip to content
Snippets Groups Projects
submissions_search.html 299 B
Newer Older
  • Learn to ignore specific revisions
  • {% extends "funds/submissions.html" %}
    
    
    {% block page_header %}
    
        <div class="wrapper wrapper--medium">
            <h3>Search Results</h3>
            {% if search_term %}
    
                <h5>There are {{ object_list.count }} results for: {{ search_term }}</h5>
    
            {% endif %}
        </div>