{% extends 'base.html' %} {% block title %} Tagged | BrandX {% endblock title %} {% block content %}

{% if model_type %}{{model_type.name}}{% endif %} tagged {{tag_slug}}

{% for obj in user_tagged_objs %} {% if forloop.first %}
Bookmarked
Type
{% endif %}
{{obj.content_object}} {% if user.is_authenticated %} {{obj.content_object.modal}} {% endif %}
{{obj.content_type.name}}
{% endfor %}
{% endblock content %}