{% extends 'base.html' %} {% block title %} - Minifigure {{ item.fields.name }}{% endblock %} {% block main %}
{% with solo=true, read_only_missing=true %} {% include 'minifigure/card.html' %} {% endwith %}
{% endblock %}