{% extends "base.html" %} {% block title %}متن‌های ربات{% endblock %} {% block content %}
{% for key, t in texts.items() %}
{{ t.label }} {% if t.hint %}— {{ t.hint }}{% endif %}
{% if t.variables and t.variables != "بدون متغیر" %}
متغیرها: {{ t.variables }}
{% endif %}
{% endfor %}
{% endblock %}