{% extends "base.html" %} {% block title %}TIC #{{ tic.id }}{% endblock %} {% block content %}
{{ tic.area_tag or '?' }}{{ tic.crc32 or '?' }}{{ tic.from_address or '?' }}{{ tic.origin or '?' }}{{ tic.stored_path or '(not filed)' }}{{ tic.description }}{{ tic.error_message }}{% for p in path %}{{ p }}
{% endfor %}{% for s in seenby %}{{ s }}
{% endfor %}{{ tic.raw_content or '' }}