{{ _("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) }}
{% if current_user.is_authenticated %}
{{ _("Logged in as {username}").format(username=current_user.username) }}
{% if current_user.is_admin %}{{ _('Smilepack administration') }}{% endif %} {{ _('Profile settings') }} {% endif %}
{% if smilepacks %}
{{ _("Or open an existing one:") }}
{% if current_user.is_admin %}{{ _('Smilepack administration') }}{% endif %} {{ _('Profile settings') }} {% endif %}
-
{%- for pack in smilepacks %}
- {{pack.name or pack.hid}} {% endfor %}