{{ entry.title|e|raw }} ✎
- {{ 'entry.view.left_menu.set_as_read'|trans }}
- {{ entry.domainName|removeWww }}
- {{ 'entry.view.left_menu.re_fetch_content'|trans }} {% set markAsReadLabel = 'entry.view.left_menu.set_as_unread' %} {% if entry.isArchived == 0 %} {% set markAsReadLabel = 'entry.view.left_menu.set_as_read' %} {% endif %}
- {{ markAsReadLabel|trans }}
- {{ 'entry.view.left_menu.set_as_starred'|trans }}
- {{ 'entry.view.left_menu.add_a_tag'|trans }}
- {{ 'entry.view.left_menu.delete'|trans }} {% if craue_setting('share_public') %}
- {{ 'entry.view.left_menu.public_link'|trans }}
- {{ 'entry.view.left_menu.delete_public_link'|trans }} {% endif %} {% if craue_setting('share_twitter') %}
- Tweet {% endif %} {% if craue_setting('share_mail') %}
- shaarli {% endif %} {% if craue_setting('share_scuttle') %}
- scuttle {% endif %} {% if craue_setting('share_diaspora') %}
- diaspora {% endif %} {% if craue_setting('share_unmark') %}
- unmark.it {% endif %} {% if craue_setting('carrot') %}
- Carrot {% endif %} {% if craue_setting('show_printlink') %}
- {{ 'entry.view.left_menu.print'|trans }} {% endif %} {% if craue_setting('export_epub') %}
- EPUB {% endif %} {% if craue_setting('export_mobi') %}
- MOBI {% endif %} {% if craue_setting('export_pdf') %}
- {{ 'entry.view.left_menu.problem.label'|trans }}
{{ entry.createdAt|date('Y-m-d H:i') }}
{% if entry.publishedAt is not null %}
{{ entry.publishedAt|date('Y-m-d H:i') }}
{% endif %}
{% if entry.publishedBy is not empty %}
{% for author in entry.publishedBy %}
{{ author }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% set readingTime = entry.readingTime / app.user.config.readingSpeed %}
{% if readingTime > 0 %}
{{ 'entry.list.reading_time_minutes_short'|trans({'%readingTime%': readingTime|round}) }}
{% else %}
{{ 'entry.list.reading_time_less_one_minute_short'|trans|raw }}
{% endif %}
comment {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}
{% if entry.previewPicture is not null %}
{% endif %}