# [[<% tp.file.title %>]]
> [!infobox]
> # <% tp.file.title %>
> ![[Flags of Ibir_Fortuna.png|hsmall]]
> Flag of the <% tp.file.title %>
> ###### General Info
>**Headquarters:** <% tp.frontmatter.parent_location %>
>*Presence:* <% tp.frontmatter.presence_locations?.join(", ") %>
> ##### Leadership
>*Leadership type:* Leader
>*Influential cultures:* <% tp.frontmatter.culture?.map(m =>`[[${m}]]`).join(", ") %>
> ##### Allegiances
<%*
if(tp.frontmatter.strategic_allies){
tR += "> *Strategic Allies:* " + tp.frontmatter.strategic_allies?.map(m =>`${m}`).join(", ") + '\n'
}
if(tp.frontmatter.tactical_allies){
tR += "> *Tactical Allies:* " + tp.frontmatter.tactical_allies?.map(m =>`${m}`).join(", ") + '\n'
}
if(tp.frontmatter.contracted_allies){
tR += "> *Contracted Allies:* " + tp.frontmatter.contracted_allies?.map(m =>`${m}`).join(", ") + '\n'
}
if(tp.frontmatter.sworn_enemies){
tR += "> *Sworn enemies:* " + tp.frontmatter.sworn_enemies?.map(m =>`${m}`).join(", ") + '\n'
}
%>
Description here
## History
Text
## Membership
Text
* **Rank 1.** Text
* **Rank 2.** Text
<%*
await tp.frontmatter.strategic_allies?.forEach( async (e) => {
tR += '## Relationship with '+(e.startsWith("[[The ")?'':'the ')+e+"\nText\n\n";
})
await tp.frontmatter.tactical_allies?.forEach( async (e) => {
tR += '## Relationship with '+(e.startsWith("[[The ")?'':'the ')+e+"\nText\n\n";
})
await tp.frontmatter.contracted_allies?.forEach( async (e) => {
tR += '## Relationship with '+(e.startsWith("[[The ")?'':'the ')+e+"\nText\n\n";
})
await tp.frontmatter.sworn_enemies?.forEach( async (e) => {
tR += '## Relationship with '+(e.startsWith("[[The ")?'':'the ')+e+"\nText\n\n";
})
%>
<% await tp.file.move("Organizations/" + tp.file.title) %>