{% extends 'base.html' %} {% block content %}
Create portfolio
{% for i in object_list %}
{{ i.name }} {{ i.author }} Tags: {% for tag in i.tags.all %} {{ tag }} {% endfor %}
Edit portfolio
Delete portfolio


{% endfor %}
{% endblock %}