{% extends 'user_image/index.html' %} {% load custom_tags %} {% block inline_css %} {{ block.super }} {% endblock %} {% block title %} {{ block.super }} > Nearby: {{ image.original_file_name }} {% endblock %} {% block search_menu %} {{ block.super }} | nearby {% endblock %} {% block search_settings %}
{% include 'user_image/image_set.html' with images=image|list thumbnail_size='small' %}
{% with calib=image.get_best_job.calibration %} {% endwith %}
{{ image.original_file_name }}
Center (RA, Dec):({{ calib.format_radec }})
Radius:{{ calib.format_radius }}
{% endblock %} {% block search_results %} {{ block.super }} {% endblock %}