asprin
Active member
I've the following written inside a template
This the phrase
And this is how it gets displayed on the page
It loops 3 times as the table has 3 records. So that's fine. But why isn't the data being passed onto the phrase text? It must be something trivial that I'm not seeing at present
HTML:
<h3 class="contentRow-title">
{{ phrase('asprin_usernamechange_change_detail',{'new_username':'abc'}) }}
</h3>
This the phrase
And this is how it gets displayed on the page
It loops 3 times as the table has 3 records. So that's fine. But why isn't the data being passed onto the phrase text? It must be something trivial that I'm not seeing at present