{% extends 'base.html' %} {% from '_helpers.html' import render_field, render_checkbox_field, render_button %} {% block content %}
{% if versions|length >= 1 %} {##} {% endif %}
{%- if versions|length >= 2 -%} {%- endif -%}
{{watch_a.error_text_ctime|format_seconds_ago}} {{ _('seconds ago.') }}
            {{ last_error_text }}
        
{{watch_a.snapshot_error_screenshot_ctime|format_seconds_ago}} {{ _('seconds ago') }}
{{ _('Current error-ing screenshot from most recent request') }}
{%- if (content | default('')).split('\n') | length > 100 -%}
{%- for cell in diff_cell_grid -%}
{%- endfor -%}
{%- endif -%} {%- if password_enabled_and_share_is_off -%}
{{ _('Pro-tip: You can enable') }} {{ _('"share access when password is enabled"') }} {{ _('from settings.') }}
{%- endif -%}
{{ from_version|format_timestamp_timeago }} {%- if note -%}{{ note }}{%- endif -%} {{ _('Goto single snapshot') }}
{{ content| diff_unescape_difference_spans }}
{{ _('Tip:') }} {{ _('Highlight text to share or add to ignore lists.') }}
{{ _('For now, Differences are performed on text, not graphically, only the latest screenshot is available.') }}
{% if is_html_webdriver %} {% if screenshot %}
{{watch_a.snapshot_screenshot_ctime|format_timestamp_timeago}}
{{ _('Current screenshot from most recent request') }} {% else %} {{ _('No screenshot available just yet! Try rechecking the page.') }} {% endif %} {% else %} {{ _('Screenshot requires Playwright/WebDriver enabled') }} {% endif %}
{% endblock %}