{% extends "base.html" %} {% load html5boilerplate_tags %} {% load facebook %} {% block title %}Home{% endblock %} {% block css %} {% endblock %} {% block body %} {% if request.user.is_authenticated %}
{% csrf_token %} Select files...
{% else %}

Harvest data from your photo


{% facebook_button %}

What is PotatoCrate

Platform to get the exif of your photo. We also help those people searching a nice device for capturing photo by display the data from the captured photo.

What we harvest?

Supported Gadget


{% endif %}

Explore

All Gadgets {% if request.user.is_authenticated %}My Photos{% endif %} {% for gadget in gadgets %} {{ gadget.name }} {% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}