{% extends "base.html" %} {% block content %}
{{ il.image.description }}
Filter | {% for light in il.lights %}{{ light.cam_filter|replace("Filter", "") }} | {% endfor %}
{{ label }} | {% for light in il.lights %}{{ light[field] }} | {% endfor %}
Capture Dates | Moon Illumination |
{{ date.capture_date }} | {{ date.moon_phase }} ({{ date.moon_illumination }}%) |
{{ equipment.table|replace('_', ' ')|title+ ":" }} | {{ equipment.brand | default('') + " " + equipment.name|replace(equipment.brand | default(''), '') }} |
Acquisition | {% for software in il.software_list %} {% if software.type == 'acquisition' %} {% endif %} {% endfor %} |
Processing |
{% for software in il.software_list %}
{% if software.type == 'processing' %}
{% if software.metadata %}
{{ software.metadata | safe}} {% else %} {% endif %} {% endif %} {% endfor %} |