{% with no_results_main_link as link %}
{% with 'btn btn-primary btn-sm' as link_classes %}
{% include 'navigation/generic_subnavigation.html' %}
{% endwith %}
{% endwith %}
{% endif %}
{% if no_results_secondary_links %}
{% for link in no_results_secondary_links %}
{% with 'btn btn-default btn-sm' as link_classes %}
{% include 'navigation/generic_subnavigation.html' %}
{% endwith %}
{% endfor %}