{% extends "base.html" %} {% block content %}
{{ il.image.description | safe }}
| Filter | {% for light in il.lights %}{{ light.cam_filter|replace("Filter", "") }} | {% endfor %}
|---|---|
| {{ label }} | {% for light in il.lights %}{{ light[field] }} | {% endfor %}
| {{ equipment.table|replace('_', ' ')|title }} | {{ equipment.brand | default('') + " " + equipment.name|replace(equipment.brand | default(''), '') }} |
|---|---|
| No equipment recorded. | |
| {{ label }} | {{ value or 'N/A' }} |
|---|
| Capture Dates | Moon Illumination |
|---|---|
| {{ date.capture_date }} | {{ date.moon_phase }} ({{ date.moon_illumination }}%) |
| Acquisition |
{% if acquisition_software %}
{% for software in acquisition_software %}
{% endfor %}
{% else %}
No acquisition software recorded.
{% endif %}
|
|---|---|
| Processing |
{% if processing_software %}
{% for software in processing_software %}
{% if software.metadata %}
{% else %}
No processing software recorded.
{% endif %}
{{ software.metadata | safe }} {% else %} {% endif %} {% endfor %} |
{{ comment.comment }}
No comments yet. Be the first to leave one.
{% endif %}