{% load static %} {% load i18n %} {% load egostringfilters %} {% block head %} TagItAll by eGonomy » {% block title %}Base{% endblock %} {% block css_declaration %}{% endblock %} {% block css_import %} {% endblock %} {% block css_page %}{% endblock %} {% endblock %}
{% if current_user_collection_list %}

{% trans "Add to the collection" %}

{% csrf_token %}

{% trans "The item was successfully added to the collection" %}

{% trans "See the collection" %}

{% trans "An error occurred while adding the item to the collection" %}

{% endif %} {% block popins %}{% endblock %}

egonomy

{% block content %} {% endblock %}
{% block js_common %} {% endblock %} {% block js_page %} {% endblock %}