{% extends "base.html" %} {% block content %} {% for s in allsandwiches %}
Made on {{ s.date_made|date:"F j Y" }} and added by {% if s.user.first_name %} {{ s.user.first_name }} {% if s.user.last_name %} {{ s.user.last_name }} {% endif %} {% else %} {{ s.user.username }}. {% endif %}
{{ s.notes }}
1 comment
{{ c }} comments