I want to loop through array/queryset passed from view to html template in django inside
{% block js %}
block, is it possible ?
{% block js %}
I want to access array/queryset/value passed from views here
{% endblock %}
I want to loop through array/queryset passed from view to html template in django inside
{% block js %}
block, is it possible ?
{% block js %}
I want to access array/queryset/value passed from views here
{% endblock %}