{% load i18n %}

{# This must be the first text in the file. #}
{% if wave.kill_defaults %}
> #kill-defaults
{% endif %}

> {% blocktrans with wave.user as user %}Custom shortwave commands for {{ user }}.{% endblocktrans %}
> {% trans "For more information see http://shortwaveapp.com/." %}

{% for command in wave.commands.all %}
{{ command.trigger }} {{ command.url|safe }} {{ command.description|safe }}
{% endfor %}
