{% extends "base.html" %} {% block content_class %}{% if logged_in %}content-wide{% endif %}{% endblock %} {% block content %} {% if not logged_in %}

Administrare răspunsuri

{% if error %}
{{ error }}
{% endif %}
{% else %}
{{ form.name }}

Răspunsuri {{ total }}

Descarcă Excel Descarcă CSV Ieșire
{% if import_msg %}
{{ import_msg }}
{% endif %}

Editează direct în celule, apoi apasă Salvează pe rândul respectiv. Câmpurile cu opțiuni au sugestii, dar poți scrie liber (ca în Excel).

{% for slug, opts in suggestions.items() %} {% for o in opts %}{% endfor %} {% endfor %}
{% for _, label in cols %}{% endfor %} {% for row in rows %} {% for slug, _ in cols %} {% endfor %} {% endfor %}
Acțiuni{{ label }}
{% if total_pages > 1 %}

Pagina {{ page }} din {{ total_pages }} · {{ total }} răspunsuri

{% endif %}
{% endif %} {% endblock %} {% block scripts %} {% if logged_in %} {% endif %} {% endblock %}