{% extends 'mkt/base.html' %} {% block content %}
{% if reissue %} {# TODO install is not the right text for this button and I'm not sure on any of this text either. #}

{{ loc('Update the receipt for this app.') }}

{{ market_button(app) }} {% else %}

{{ loc('Our records show that you have not purchased this app.') }}

Purchase app {% endif %}
{% endblock %}