{% extends 'layout.html.twig' %} {% block body %}

{% if author.bot is defined %}
bot
{% endif %} {% if author.nip05 is defined %} {% if author.nip05 is iterable %} {% for nip05Value in author.nip05 %} {% endfor %} {% else %} {% endif %} {% endif %}
{% if author.about is defined %} {{ author.about|markdown_to_html|mentionify|linkify }} {% endif %}
Articles Media {% if is_granted('ROLE_ADMIN') %} About {% endif %}
{# {% if relays|length > 0 %}#} {# {% for rel in relays %}#} {#

{{ rel }}

#} {# {% endfor %}#} {# {% endif %}#} {# {% if app.user and app.user.userIdentifier is same as npub %}#} {#
#} {#

Purchase Search Credits

#} {#
#} {#

Amount: {{ amount ?? 0 }} sats

#} {#

Status: Pending

#} {#
#} {# #}{# You can access the width and height via the matrix #} {# #}{# Replace the string with the invoice #} {# {% set qrCode = qr_code_result('My QR Code') %}#} {# invoice-qr#} {#
#} {# #} {# #} {#
#} {# {% endif %}#} {# {% if nzine %}#} {# View as N-Zine#} {#

List of indices

#} {# {% for i in idx %}#} {# {{ i.title }}#} {# {% endfor %}#} {# {% endif %}#}
{% if articles|length > 0 %} {% else %}

No articles found for this author.

{% endif %}
{% endblock %} {% block aside %} {# #} {% endblock %}