seitime-frappe/frappe/templates/print_format/macros/AttachImage.html
2021-10-22 19:20:42 +05:30

7 lines
184 B
HTML

{% extends "templates/print_format/macros/Data.html" %}
{%- block value -%}
<div class="value">
<img class="w-100" src="{{ value }}" alt="{{ df.label }}">
</div>
{%- endblock -%}