{# Шаблон Underscore #}{% load i18n l10n %}

<% if (type=="alert-danger") { %>{% trans 'Bug!' %}<% } else if (type=="alert-warning") { %>{% trans 'Attention!' %}<% } else { %>{% trans 'Message.' %}<% } %>

<%= msg %> <% if ((type=="alert-error") && (DEBUG)) { %>
{% trans 'see the log in the JavaScript console' %}
<% } %>