{% extends 'base.html' %} {% block content %}

🏙️ PackageType

📋 City List
➕ Add PackageType
{% for packagetype in packagetype %} {% empty %} {% endfor %}
ID Name Actions
{{ forloop.counter }} {{ packagetype.name }}
🚫 No PackageType found.
{% if page_obj %} {% endif %}
{% endblock %}