Untitled

 avatar
unknown
plain_text
10 months ago
146 B
7
Indexable
{% if investimento.id %}
    <a href="{% url 'detalhe' investimento.id %}">Detalhes</a>
{% else %}
    <span>Sem detalhes</span>
{% endif %}
Editor is loading...
Leave a Comment