blob: 2408452b3ad0383e6bfc19dfd8ff8dac34eb57d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<%= _('{{public_body}} has asked you to explain part of your {{law_used}} request.',
:public_body => @info_request.public_body.name,
:law_used => @info_request.law_used_short ) %>
<%= _('To do this, first click on the link below.') %>
<%=@url%>
<%= _('You will only get an answer to your request if you follow up
with the clarification.')%>
-- <%= _('the {{site_name}} team', :site_name=>site_name) %>
|