PROVis

  • {{abs_dir}} > {{filename}}

  • Primary Sources: {% for primary_source in prov.primary_sources %} {{ primary_source.slug }} {% endfor %}
  • Date: {{prov.ended_at}}
  • Agent: {{prov.agent}}
  • Description: {{prov.activity_desc}}
  • {%if prov.sources is not none %}
  • Sources
      {% set count = [1] %} {% for source in prov.sources recursive %} {% if count[0] % 2 == 0 %}
    • {% else %}
    • {% endif %}

      {{source.location}}

    • Primary Sources: {% for primary_source in source.primary_sources %} {{ primary_source.slug }} {% endfor %}
    • Date: {{source.ended_at}}
    • Agent: {{source.agent}}
    • Description: {{source.activity_desc}}
    • Sources
        {% if count.append(count.pop() + 1) %}{% endif %} {{ loop(source.sources) }}
    • {% endfor %}
  • {% endif %}