{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Photo lookup' %} - Libravatar{% endblock title %} {% block header %} {% endblock header %} {% block content %}
{% if data.md5 %}
{% trans 'MD5 hash:' %} {{ data.md5 }} ({% trans 'compatible with Gravatar' %})
{% endif %}
{% trans 'SHA256 hash:' %} {{ data.sha256 }}
{% trans 'This is what the avatars will look like depending on the hash and protocol you use:' %}
{% endif %} {% endblock content %}