{% extends "base.html" %} {% block title %}information on {{ function|e }} hash {{ hashvalue|e }}{% endblock %} {% block content %}
| package | filename | size | different function |
|---|---|---|---|
| {{ entry.package|e }} | {{ entry.filename|e }} | {{ entry.size|filesizeformat }} | {% if function != entry.function %}{{ entry.function|e }}{% endif %} |