{% extends "base_beer.html" %} {% load static i18n %} {% block title %}{% trans "Your Profile" %}{% endblock %} {% block content %}
| # | {% trans "Recipe" %} | {% trans "Date" %} | {% trans "Status" %} | {% trans "Price" %} | |
|---|---|---|---|---|---|
| {{ order.id }} | {{ order.recipe.title }} | {{ order.created_at|date:"d/m/Y" }} | {{ order.get_status_display }} | {{ order.total_price }} € | visibility |
{% trans "No previous orders found." %}