{% extends 'base.html.twig' %} {% block body %} {% include 'iannotate-navigation.html.twig' %} {% if system_error %}
{{ system_error }}
{% else %} {% if user %}
Marker Type: 
   Marker Color:    
Current Scale:
{% endif %}
{% if assetinfo == null %}

No meta info available.

{% else %}

Title: {{ assetinfo.assetTitle }}

NASA ID: {{ assetinfo.assetId }}

Description:

{{ assetinfo.assetDescription }}

{% endif %}
Full size original image may be found here.
{% if external_stamp_color is defined and external_stamp_color != null %} {% endif %}
{% endif %} {% include 'footer.html.twig' %} {% endblock %}