{% extends "tienda/base.html" %} {% block content %}

{% if existing_review %}Actualizar{% else %}Añadir{% endif %} valoración: {{ product.name }}

{% csrf_token %}
{% for i in "12345" %} {% endfor %}
{% if form.rating.errors %}
{{ form.rating.errors }}
{% endif %}
{{ form.title }} {% if form.title.errors %}
{{ form.title.errors }}
{% endif %}
{{ form.content }} {% if form.content.errors %}
{{ form.content.errors }}
{% endif %}
{{ form.images }}
Puedes subir hasta 5 imágenes
Cancelar
{% endblock %}