{% extends "base.html" %} {% block title %}Kalendarz{% endblock %} {% block nav_timeline %}active{% endblock %} {% block content %}

Zbiorcza oś czasu technik predykcyjnych (profekcje, solariusze, dyrekcje solar-arc) z interpretacjami z bazy dla dat.

{% if error %}
{{ error }}
{% endif %} {% if result %} {% if result.data_error %}
{{ result.data_error }}
{% endif %}
Silnik: {{ result.engine }} · zdarzeń: {{ result.count }} · zakres {{ result.from }} → {{ result.to }}
{% for e in result.events %}
{{ e.exact }} {{ e.technique }} {{ e.significator }} (okno {{ e.start }} → {{ e.end }})
{% if e.interpretations %} {% for s in e.interpretations %} {% endfor %}
{{ s.expanded }}{{ s.effect }}
{% if e.interpretations_count > e.interpretations | length %}
…i {{ e.interpretations_count - (e.interpretations | length) }} więcej
{% endif %} {% elif e.technique != 'solar_return' %}
brak dopasowań w bazie
{% endif %}
{% endfor %} {% endif %} {% endblock %}