{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

{% csrf_token %}
I have ..
We'll never share your email with anyone else.
I would like to do the following with my object / my film / my story:
rules
{% for album in albums %}
Card image cap
{% if album.is_verified %} Verified {% else %} Unverified {% endif %} {% comment %}
{% endcomment %} {{ album.created_at | naturaltime }}
{% endfor %}