{{ _("Yes, it is smilepack!") }}
{{ ngettext("%(num)d smile in collection,", "%(num)d smiles in collection,", smiles_count) }}
{{ ngettext("%(num)d smilepack created", "%(num)d smilepacks created", smilepacks_count) }}
{{ _("Create smilepack") }}{% if smilepacks %} {{ _("Or open existing:") }}
-
{%- for pack in smilepacks %}
- {{pack.name or pack.hid}} {% endfor %}