{% extends "base.html" %} {% block title %}Import Ratings{% endblock %} {% block content %}
{% trans %}Select all reviews on the Addons page, copy, and paste below. Star ratings are captured automatically.{% endtrans %}
{{ _("Parse error") }}
{{ parse_error }}
| {{ _("Order") }} | {{ _("Product(s)") }} | {{ _("Purchased") }} | {{ _("Reviewed") }} | {{ _("Mod") }} | {{ _("Docs") }} | {{ _("Install") }} | {{ _("Avg") }} | {{ _("Skill") }} | {{ _("Comment") }} |
|---|---|---|---|---|---|---|---|---|---|
| #{{ r.order_id }} |
{% if products %}
{% for p in products %}
{{ p.product_name | truncate(35, True, '…') }}
{% endfor %}
{% if products|length > 1 %}
{% trans count=products|length %}⚠ {{ count }} product{% pluralize %}⚠ {{ count }} products{% endtrans %}
{% endif %}
{% else %}
{{ _("not found") }}
{% endif %}
|
{{ r.purchase_date or '—' }} | {{ r.review_date or '—' }} | {{ r.score_module or '—' }} | {{ r.score_docs or '—' }} | {{ r.score_install or '—' }} | {{ r.score_average or '—' }} | {{ r.skill_level or '—' }} | {% if r.comment_text %} {{ r.comment_text[:80] }}{% if r.comment_text|length > 80 %}…{% endif %} {% else %} {{ _("no comment") }} {% endif %} |
| {{ _("Order") }} | {{ _("Product(s)") }} | {{ _("Customer") }} | {{ _("Purchased") }} | {{ _("Reviewed") }} | {{ _("Stars") }} | {{ _("Reply") }} | {{ _("Review") }} |
|---|---|---|---|---|---|---|---|
| #{{ r.order_id }} |
{% if products %}
{% for p in products %}
{{ p.product_name | truncate(35, True, '…') }}
{% endfor %}
{% if products|length > 1 %}
{% trans count=products|length %}⚠ {{ count }} product{% pluralize %}⚠ {{ count }} products{% endtrans %}
{% endif %}
{% else %}
{{ _("not found") }}
{% endif %}
|
{{ r.customer_name }} | {{ r.purchase_date or '—' }} | {{ r.review_date or '—' }} | {% if r.star_rating %} {{ r.star_rating }}★ {% else %} — {% endif %} | {% if r.has_seller_reply %} reply {{ r.seller_reply_date or '?' }} {% else %} — {% endif %} | {{ r.review_text[:80] }}{% if r.review_text|length > 80 %}…{% endif %} |
warning {% trans count=conflicts|length %}{{ count }} order matched multiple products — choose which to assign:{% pluralize %}{{ count }} orders matched multiple products — choose which to assign:{% endtrans %}
{{ review_text }}
{% endif %}help_outline {% trans count=undetected|length %}{{ count }} order with no matching product in orders history:{% pluralize %}{{ count }} orders with no matching product in orders history:{% endtrans %}
{{ _("Check all modules that were part of the bundle") }}