{% extends 'base.html' %} {% load helper_tags %} {% block content %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}

Inland Photo Handler List

{% for inland_photo_hendlers in inland_photo_hendler %} {% if inland_photo_hendlers.title %} {% endif %} {% endfor %}
Title Action
{{inland_photo_hendlers.title}}
{% endblock %}