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

Choose a recent Immich photo to request Mastodon-friendly alt text.

{% if error_message %}
{{ error_message }}
{% endif %}
{% if assets %} {% for asset in assets %}
{{ asset.file_name }}
{% if asset.captured_display %}
{{ asset.captured_display }}
{% endif %}
{% if asset.alt_text %} {{ asset.alt_text }} {% else %} No alt text yet {% endif %}
{% endfor %} {% else %}

No recent assets were returned.

{% endif %}
{% endblock %}