{% load i18n %} {% get_current_language as language %} {% trans "User Shortwaves" %}

{% trans "User Shortwaves" %}

{% blocktrans %} Shortwave is an extensible quick-search and shortcut bookmark, created by Shaun Inman. Below is a list of custom shortwave command files created by users on this site, which they use with Shortwave. {% endblocktrans %}

{% if wave_list %}

{% if not page_obj.has_other_pages %} {% trans "Showing all shortwaves." %} {% else %} {% blocktrans with page_obj.start_index as start and page_obj.end_index as end and paginator.count as total %} Showing {{ start }}-{{ end }} of {{ total }} shortwaves. {% endblocktrans %} {% endif %}

    {% for wave in wave_list %}
  1. {{ wave.user }}
  2. {% endfor %}
{% else %}

{% blocktrans %} No one on this site has caught a shortwave yet. They’re missing out. {% endblocktrans %}

{% endif %} {% if page_obj.has_other_pages %}

{% if page_obj.has_previous %} {% trans "Previous" %} {% else %} {% trans "Previous" %} {% endif %} | {% if page_obj.has_next %} {% trans "Next" %} {% else %} {% trans "Next" %} {% endif %}

{% endif %}