{% extends "base.html" %} {% block contenido %}
{{ registro.origin }} → {{ registro.destination }}

{{ registro.origin }}

{{ registro.destination }}

{{ registro.rate }}

{{ registro.date }}

{% endblock %}