{% extends 'webapp1/base.html' %} {% load static %} {% load widget_tweaks %} {% load crispy_forms_tags %} {% block content %} Cuisine Burgers & Fries Noodles Pizza & Pasta Grill & Steaks Fish & Seafood Healthy Food Haute Cuisine Chicken & Snaks Coffee & Desserts Django Project {% if user.is_authenticated %} {{user.username}} Account Password Change Update Profile Submit Project Idea Logout {% else %} Register Login Admin {% endif %} {% if messages %} {% for message in messages %} {{status}} {% endfor %} {% endif %} #1 Food Delivery Service since 2020 We deliver your favorite food fresh & fast in India Your Submitted Projects {{owner}} {% for i in all_projects %} {{i.pro_title}} {{i.pro_description}} status {% endfor %} {% endblock %}
{{owner}}