w
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

applied-filters.mtpl
text/plain

Download raw (962 bytes)

<% if (search) { %>
Résultats pour: <span class="btn-filter" data-filter="search" data-value="<% search %>"><span class="btn-filter__label"><%- ('terme') %></span>:<%- search %> [x]</span>
<% } %>

<% if (language) { %>
<span class="btn-filter" data-filter="language" data-value="<%- language %>"><span class="btn-filter__label"><%- ('langue') %></span>:<%- language %> [x]</span>
<% } if (score_type) { %>
<span class="btn-filter" data-filter="score_type" data-value="<%- score_type %>"><span class="btn-filter__label"><%- ('type') %></span>:
    <% if (score_type === 1) { %>
        <%- t('transcription') %>
    <% } else if (score_type === 2) { %>
        <%- t('prescription') %>
    <% } else if (score_type === 3) { %>
        <%- t('traduction') %>
    <% } %>
    [x]
</span>
<% } if (tags) { %>
<span class="btn-filter" data-filter="tags" data-value="<%- tags %>"><span class="btn-filter__label"><%- ('tags') %></span>:<%- tags %> [x]</span>
<% } %>