astrololo
Warstwa prezentacji → logiczna → bazodanowa
{% if error %}{{ error }}
{% endif %}
{% if result %}
{% if result.results %}
| {{ col }} | {% endfor %}
|---|
| {{ v }} | {% endfor %}
Brak wyników.
{% endif %} {% endif %}Warstwa prezentacji → logiczna → bazodanowa
{% if error %}| {{ col }} | {% endfor %}
|---|
| {{ v }} | {% endfor %}
Brak wyników.
{% endif %} {% endif %}