{% extends "base.html" %} {% block title %} SAR job details {% endblock %} {% block content %}
Created at: {{ sar.created }} Last updated: {{ sar.updated }} Status: {{ sar.status }} Category: {{ sar.category }} Start Date: {{ sar.start_date }} Finish Date: {{ sar.finish_date }} Result: {{ sar.result }} Manager: {{ sar.manager_id }} |
IPP longitude: {{ sar.longitude }} IPP latitude: {{ sar.latitude }} Longitude found: {{ sar.longitude_found }} Latitude found: {{ sar.latitude_found }} Description: {{ sar.description }} Description private: {{ sar.description_hidden }} |
{{ comment.text }}