| 
                                        {% load custom_filters %}
                                                {% with pattern="\[(.*?)\]\((.*?)\)" %}
                                                    {% with modified_value=invitation|urlize_text|safe %}
                                                         {{ modified_value|safe }} 
                                                    {% endwith %}
                                                    {% with modified_value=additional|urlize_text|safe %}
                                                        {{ modified_value|safe }} 
                                                    {% endwith %}
                                                {% endwith %}
                                         
                                         
                                         
                                         
                                         
                                     |